From 217d941853cffb86dd9a00ebc32e6a907abc6e83 Mon Sep 17 00:00:00 2001 From: Breda McColgan Date: Thu, 3 Jul 2025 14:09:40 +0100 Subject: [PATCH 1/2] Issue 527: Additional Resources KB links --- supplementary_style_guide/style_guidelines/links.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supplementary_style_guide/style_guidelines/links.adoc b/supplementary_style_guide/style_guidelines/links.adoc index 67be2d7a..cd56e3ab 100644 --- a/supplementary_style_guide/style_guidelines/links.adoc +++ b/supplementary_style_guide/style_guidelines/links.adoc @@ -60,7 +60,7 @@ Follow these guidelines when specifying link text: * Use the title of the Knowledgebase article for the link text, or use descriptive running text. * When not using running text, call out that this is a Knowledgebase article. -* When the link appears in *Additional resources*, put the article title first, followed by `(Red{nbsp}Hat Knowledgebase)`. +* When the link appears in *Additional resources*, put the article title first, followed by `(Red{nbsp}Hat Knowledgebase)` within the link. .Example: Article title @@ -72,6 +72,6 @@ If your Apache web server configuration enables SSL security, verify that you en .Example: Additional resources -* link:https://access.redhat.com/solutions/199573[Does RHEL 7 support online resize of disk partitions?] (Red{nbsp}Hat Knowledgebase) +* link:https://access.redhat.com/solutions/199573[Does RHEL 7 support online resize of disk partitions? (Red{nbsp}Hat Knowledgebase)] // TODO: Add new style entries alphabetically in this file From a3490a5404b657f52a7479f1e0a7ece27b0ad9fd Mon Sep 17 00:00:00 2001 From: Breda McColgan Date: Thu, 3 Jul 2025 14:19:40 +0100 Subject: [PATCH 2/2] Issue 527: Updates another 'Additional resources' link example --- supplementary_style_guide/style_guidelines/accessibility.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supplementary_style_guide/style_guidelines/accessibility.adoc b/supplementary_style_guide/style_guidelines/accessibility.adoc index 88ab0753..d33843c4 100644 --- a/supplementary_style_guide/style_guidelines/accessibility.adoc +++ b/supplementary_style_guide/style_guidelines/accessibility.adoc @@ -60,7 +60,7 @@ The meaning of content relies on the order in which you present it. For example, .Additional resources -* Understanding WCAG 2.0 +* link:https://www.w3.org/TR/UNDERSTANDING-WCAG20/Overview.html[Understanding WCAG 2.0] ** link:https://www.w3.org/TR/UNDERSTANDING-WCAG20/text-equiv.html[Text Alternatives] ** link:https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html[Images of Text] ** link:https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html[Link Purpose (In Context)]