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)] 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