Skip to content

Commit 315f422

Browse files
authored
fix: Mark external links as external (#11282)
fix: mark external links as external
1 parent 9d5c6b4 commit 315f422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/guide/content/docs/legacy/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"pages": [
33
"[MessageCircleQuestion][FAQ](/legacy/popular-topics/faq)",
44
"[ArrowDownToLine][Updating to v14](/legacy/additional-info/changes-in-v14)",
5-
"[LibraryBig][Documentation](https://discord.js.org/docs)",
5+
"external:[LibraryBig][Documentation](https://discord.js.org/docs)",
66
"[Info][Introduction](/legacy)",
77
"---Setup---",
88
"preparations",

apps/guide/content/docs/voice/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Voice",
33
"description": "Working with the voice library",
44
"pages": [
5-
"[LibraryBig][Documentation](https://discord.js.org/docs/packages/voice/main)",
5+
"external:[LibraryBig][Documentation](https://discord.js.org/docs/packages/voice/main)",
66
"---Working with Voice---",
77
"index",
88
"life-cycles",

0 commit comments

Comments
 (0)