diff options
| author | XhmikosR <[email protected]> | 2024-03-03 18:36:07 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2024-03-06 09:52:50 +0200 |
| commit | 5cb92cd6c07087673d308cd5a3094092bcda1f84 (patch) | |
| tree | 9e5a76b4abf0f605471e96d680f802224b402b37 /site/layouts/partials | |
| parent | 04a720bf7f266f3f17a551a99832929ee15908e6 (diff) | |
| download | bootstrap-5cb92cd6c07087673d308cd5a3094092bcda1f84.tar.xz bootstrap-5cb92cd6c07087673d308cd5a3094092bcda1f84.zip | |
docs: fix missing trailing slashes causing redirects
Diffstat (limited to 'site/layouts/partials')
| -rw-r--r-- | site/layouts/partials/callouts/warning-color-assistive-technologies.md | 2 | ||||
| -rw-r--r-- | site/layouts/partials/home/components-utilities.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/partials/callouts/warning-color-assistive-technologies.md b/site/layouts/partials/callouts/warning-color-assistive-technologies.md index 6750517bb..075bf3609 100644 --- a/site/layouts/partials/callouts/warning-color-assistive-technologies.md +++ b/site/layouts/partials/callouts/warning-color-assistive-technologies.md @@ -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. diff --git a/site/layouts/partials/home/components-utilities.html b/site/layouts/partials/home/components-utilities.html index f945a0386..e7be8fe81 100644 --- a/site/layouts/partials/home/components-utilities.html +++ b/site/layouts/partials/home/components-utilities.html @@ -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> |
