We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f8f82 commit e84055dCopy full SHA for e84055d
cheatsheets/web/html/encode-and-escape/index.md
@@ -11,5 +11,5 @@ This deals with these areas:
11
- [URL Encoding][] - For text in a website **URL**.
12
- [HTML entity escaping][] - For the HTML **contents of a webpage**.
13
14
-[URL Encoding]: {{ site.baseurl }}{% link cheatsheets/html/encode-and-escape/url-encoding.md %}
15
-[HTML entity escaping]: {{ site.baseurl }}{% link cheatsheets/html/encode-and-escape/html-entity-escaping.md %}
+[URL Encoding]: {{ site.baseurl }}{% link cheatsheets/web/html/encode-and-escape/url-encoding.md %}
+[HTML entity escaping]: {{ site.baseurl }}{% link cheatsheets/web/html/encode-and-escape/html-entity-escaping.md %}
0 commit comments