Skip to content

Commit b4ecdd3

Browse files
committed
Update further reading links to use markdown format
Replaced plain angle-bracketed URLs with markdown link syntax in the 'Further reading' sections of doctype-html5, frame-title-require, and main-require rule documentation for improved readability.
1 parent f22b162 commit b4ecdd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/src/content/docs/rules/doctype-html5.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Level: <Badge text="Warning" variant="caution" />
3333

3434
The DOCTYPE declaration is required for HTML5 compliance and to ensure that the document is parsed correctly.
3535

36-
Further reading: <https://developer.mozilla.org/en-US/docs/Glossary/Doctype>
36+
Further reading: [MDN Web Docs - Doctype](https://developer.mozilla.org/en-US/docs/Glossary/Doctype)

website/src/content/docs/rules/frame-title-require.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Level: <Badge text="Warning" variant="caution" />
4040

4141
The `<frame>` or `<iframe>` element must have an accessible name to help screen readers and assistive technologies understand the content of the frame or iframe.
4242

43-
Further reading: <https://dequeuniversity.com/rules/axe/4.8/frame-title>
43+
Further reading: [Axe Rules - frame-title](https://dequeuniversity.com/rules/axe/4.8/frame-title)

website/src/content/docs/rules/main-require.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Level: <Badge text="Warning" variant="caution" />
3939

4040
This rule ensures that the document has a clear and accessible structure, which is important for both users and screen readers.
4141

42-
Further reading: <https://dequeuniversity.com/rules/axe/4.9/landmark-one-main>
42+
Further reading: [Axe Rules - landmark-one-main](https://dequeuniversity.com/rules/axe/4.9/landmark-one-main)

0 commit comments

Comments
 (0)