From 3262af6de573bd594cf5620ceb76b4e3ccb14285 Mon Sep 17 00:00:00 2001 From: Andrei Calinescu Date: Tue, 16 Oct 2018 23:23:42 +1100 Subject: [PATCH] Fixed last URL (#19482) URL was not properly formatted in Markdown, so it was a broken link. Fixed markdown format and link works now. --- .../pages/guide/english/html/url-encoding-reference/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/html/url-encoding-reference/index.md b/client/src/pages/guide/english/html/url-encoding-reference/index.md index 60963ae9af..7cbf2cddc8 100644 --- a/client/src/pages/guide/english/html/url-encoding-reference/index.md +++ b/client/src/pages/guide/english/html/url-encoding-reference/index.md @@ -217,4 +217,4 @@ encodeURI(Free Code Camp); [MDN encodeURI()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI) -[https://www.w3schools.com/tags/ref_urlencode.asp](HTML URL Encoding Reference) +[HTML URL Encoding Reference](https://www.w3schools.com/tags/ref_urlencode.asp)