From 315f4227819f75dd2b96c0fdaa77b477b81c968b Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:56:57 +0000 Subject: [PATCH] fix: Mark external links as external (#11282) fix: mark external links as external --- apps/guide/content/docs/legacy/meta.json | 2 +- apps/guide/content/docs/voice/meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/guide/content/docs/legacy/meta.json b/apps/guide/content/docs/legacy/meta.json index 64c5aeb61..ca2fd700d 100644 --- a/apps/guide/content/docs/legacy/meta.json +++ b/apps/guide/content/docs/legacy/meta.json @@ -2,7 +2,7 @@ "pages": [ "[MessageCircleQuestion][FAQ](/legacy/popular-topics/faq)", "[ArrowDownToLine][Updating to v14](/legacy/additional-info/changes-in-v14)", - "[LibraryBig][Documentation](https://discord.js.org/docs)", + "external:[LibraryBig][Documentation](https://discord.js.org/docs)", "[Info][Introduction](/legacy)", "---Setup---", "preparations", diff --git a/apps/guide/content/docs/voice/meta.json b/apps/guide/content/docs/voice/meta.json index 98e6525b8..d0c304e2c 100644 --- a/apps/guide/content/docs/voice/meta.json +++ b/apps/guide/content/docs/voice/meta.json @@ -2,7 +2,7 @@ "title": "Voice", "description": "Working with the voice library", "pages": [ - "[LibraryBig][Documentation](https://discord.js.org/docs/packages/voice/main)", + "external:[LibraryBig][Documentation](https://discord.js.org/docs/packages/voice/main)", "---Working with Voice---", "index", "life-cycles",