From e24dd1790d0725d811556bb64b021dfa0a36f40b Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Wed, 28 Aug 2024 09:58:56 +0200 Subject: [PATCH] fix(sidebars): change slugs for URI documents in HTTP sidebar (#11700) --- kumascript/macros/HTTPSidebar.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kumascript/macros/HTTPSidebar.ejs b/kumascript/macros/HTTPSidebar.ejs index 1cc39f7575cf..e2f5c73e6b53 100644 --- a/kumascript/macros/HTTPSidebar.ejs +++ b/kumascript/macros/HTTPSidebar.ejs @@ -294,11 +294,11 @@ var text = mdn.localStringMap({
<%=text['ResourcesURI']%>
    -
  1. <%-web.smartLink(`/${locale}/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web`, null, text['Identifying'])%>
  2. -
  3. <%-web.smartLink(`/${locale}/docs/Web/HTTP/Basics_of_HTTP/Data_URLs`, null, text['DataURLs'])%>
  4. +
  5. <%-web.smartLink(`/${locale}/docs/Web/URI`, null, text['Identifying'])%>
  6. +
  7. <%-web.smartLink(`/${locale}/docs/Web/URI/Schemes/data`, null, text['DataURLs'])%>
  8. <%-web.smartLink(`/${locale}/docs/Web/HTTP/Basics_of_HTTP/MIME_types`, null, text['MIMETypes'])%>
  9. <%-web.smartLink(`/${locale}/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types`, null, text['ListMIMETypes'])%>
  10. -
  11. <%-web.smartLink(`/${locale}/docs/Web/HTTP/Basics_of_HTTP/Choosing_between_www_and_non-www_URLs`, null, text['WWWorNotWWW'])%>
  12. +
  13. <%-web.smartLink(`/${locale}/docs/Web/URI/Authority/Choosing_between_www_and_non-www_URLs`, null, text['WWWorNotWWW'])%>