Skip to content

Commit

Permalink
fix(sidebars): change slugs for URI documents in HTTP sidebar (#11700)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored Aug 28, 2024
1 parent 41ffb8c commit e24dd17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kumascript/macros/HTTPSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,11 @@ var text = mdn.localStringMap({
<details>
<summary><%=text['ResourcesURI']%></summary>
<ol>
<li><%-web.smartLink(`/${locale}/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web`, null, text['Identifying'])%></li>
<li><%-web.smartLink(`/${locale}/docs/Web/HTTP/Basics_of_HTTP/Data_URLs`, null, text['DataURLs'])%></li>
<li><%-web.smartLink(`/${locale}/docs/Web/URI`, null, text['Identifying'])%></li>
<li><%-web.smartLink(`/${locale}/docs/Web/URI/Schemes/data`, null, text['DataURLs'])%></li>
<li><%-web.smartLink(`/${locale}/docs/Web/HTTP/Basics_of_HTTP/MIME_types`, null, text['MIMETypes'])%></li>
<li><%-web.smartLink(`/${locale}/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types`, null, text['ListMIMETypes'])%></li>
<li><%-web.smartLink(`/${locale}/docs/Web/HTTP/Basics_of_HTTP/Choosing_between_www_and_non-www_URLs`, null, text['WWWorNotWWW'])%></li>
<li><%-web.smartLink(`/${locale}/docs/Web/URI/Authority/Choosing_between_www_and_non-www_URLs`, null, text['WWWorNotWWW'])%></li>
</ol>
</details>
</li>
Expand Down

0 comments on commit e24dd17

Please sign in to comment.