]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: fix missing trailing slashes causing redirects
authorXhmikosR <xhmikosr@gmail.com>
Sun, 3 Mar 2024 16:36:07 +0000 (18:36 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 6 Mar 2024 07:52:50 +0000 (09:52 +0200)
site/layouts/partials/callouts/warning-color-assistive-technologies.md
site/layouts/partials/home/components-utilities.html

index 6750517bb4c59896aec40facf99a1587267b36d9..075bf360977bbb25983ee8b984261e7e4499ef38 100644 (file)
@@ -1 +1 @@
-**Accessibility tip:** Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies like screen readers. Please ensure the meaning is obvious from the content itself (e.g., the visible text with a [*sufficient* color contrast](/docs/{{ .Site.Params.docs_version }}/getting-started/accessibility#color-contrast)) or is included through alternative means, such as additional text hidden with the `.visually-hidden` class.
+**Accessibility tip:** Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies like screen readers. Please ensure the meaning is obvious from the content itself (e.g., the visible text with a [*sufficient* color contrast](/docs/{{ .Site.Params.docs_version }}/getting-started/accessibility/#color-contrast)) or is included through alternative means, such as additional text hidden with the `.visually-hidden` class.
index f945a038657bc3a2a1464c6801dbb776c89177f4..e7be8fe81290f31e9bd73c84b237d03e655ab704 100644 (file)
@@ -53,7 +53,7 @@
 </ul>
 `) "html" "" }}
       <p class="d-flex justify-content-start mb-md-0">
-        <a href="/docs/{{ .Site.Params.docs_version }}/examples#snippets" class="icon-link icon-link-hover fw-semibold">
+        <a href="/docs/{{ .Site.Params.docs_version }}/examples/#snippets" class="icon-link icon-link-hover fw-semibold">
           Explore customized components
           <svg class="bi"><use xlink:href="#arrow-right"></use></svg>
         </a>