From 4b9750130bc3ce26e246daf9a23fa2c387a48022 Mon Sep 17 00:00:00 2001
From: yao-shang <58709138+yao-shang@users.noreply.github.com>
Date: Mon, 1 Aug 2022 00:29:41 -0700
Subject: [PATCH] Fixed link to "Journey to HTTP/2" article (#1364)
I noticed a single forwardslash broke the link for the "Journey to HTTP/2" article. Same as commit 668c9b7 but for the front-end roadmap.
---
.../100-frontend/content/100-internet/101-what-is-http.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md b/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md
index 3c4229aca..7553f642a 100644
--- a/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md
+++ b/content/roadmaps/100-frontend/content/100-internet/101-what-is-http.md
@@ -5,6 +5,6 @@ HTTP is the `TCP/IP` based application layer communication protocol which standa
Free Content
What is HTTP?
An overview of HTTP
-Journey to HTTP/2
+Journey to HTTP/2
HTTP/3 From A To Z: Core Concepts
HTTP Crash Course & Exploration