From 311413e5f266164bd61e4371e0d852e81e4cf962 Mon Sep 17 00:00:00 2001 From: kikorp78 Date: Fri, 26 Dec 2025 01:45:21 +0100 Subject: [PATCH] fix: broken link on sharding page (#11373) --- apps/guide/content/docs/legacy/sharding/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/guide/content/docs/legacy/sharding/index.mdx b/apps/guide/content/docs/legacy/sharding/index.mdx index f0377ee3f..f003d275e 100644 --- a/apps/guide/content/docs/legacy/sharding/index.mdx +++ b/apps/guide/content/docs/legacy/sharding/index.mdx @@ -50,7 +50,7 @@ The above code utilizes the discord.js sharding manager to spawn the recommended You can find the methods available for the ShardingManager class `ShardingManager`. Though, you may not be making much use of this section, unlike the next feature we will explore, which you may learn about by clicking [this - link](./additional-information). + link](./sharding/additional-information). ## Getting started