fix: broken link on sharding page (#11373)

This commit is contained in:
kikorp78
2025-12-26 01:45:21 +01:00
committed by GitHub
parent 7884ecd3a0
commit 311413e5f2

View File

@@ -50,7 +50,7 @@ The above code utilizes the discord.js sharding manager to spawn the recommended
<Callout>
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).
</Callout>
## Getting started