Fixed last URL (#19482)

URL was not properly formatted in Markdown, so it was a broken link. Fixed markdown format and link works now.
This commit is contained in:
Andrei Calinescu
2018-10-16 23:23:42 +11:00
committed by Dom Wakeling
parent 4ea61c503b
commit 3262af6de5

View File

@ -217,4 +217,4 @@ encodeURI(Free Code Camp);
[MDN encodeURI()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI) [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)