From 5cb92cd6c07087673d308cd5a3094092bcda1f84 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 3 Mar 2024 18:36:07 +0200 Subject: [PATCH] docs: fix missing trailing slashes causing redirects --- .../partials/callouts/warning-color-assistive-technologies.md | 2 +- 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 6750517bb4..075bf36097 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 f945a03865..e7be8fe812 100644 --- a/site/layouts/partials/home/components-utilities.html +++ b/site/layouts/partials/home/components-utilities.html @@ -53,7 +53,7 @@ `) "html" "" }}

- + Explore customized components -- 2.47.2