Skip to content

Commit e84055d

Browse files
committed
refactor: Update path
1 parent 06f8f82 commit e84055d

File tree

1 file changed

+2
-2
lines changed
  • cheatsheets/web/html/encode-and-escape

1 file changed

+2
-2
lines changed

cheatsheets/web/html/encode-and-escape/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ This deals with these areas:
1111
- [URL Encoding][] - For text in a website **URL**.
1212
- [HTML entity escaping][] - For the HTML **contents of a webpage**.
1313

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 %}
14+
[URL Encoding]: {{ site.baseurl }}{% link cheatsheets/web/html/encode-and-escape/url-encoding.md %}
15+
[HTML entity escaping]: {{ site.baseurl }}{% link cheatsheets/web/html/encode-and-escape/html-entity-escaping.md %}

0 commit comments

Comments
 (0)