diff --git a/apps/docs/pages/docs/commandkit-setup.mdx b/apps/docs/pages/docs/commandkit-setup.mdx
index b2a12853..4b76e877 100644
--- a/apps/docs/pages/docs/commandkit-setup.mdx
+++ b/apps/docs/pages/docs/commandkit-setup.mdx
@@ -99,13 +99,15 @@ This is a simple overview of how to set up CommandKit with all the available opt
-Some Discord.js properties are only accessible using the correct intents.
+
+ Some Discord.js properties are only accessible using the correct intents.
+
## CommandKit options
### `client`
-- Type: [`Client`](https://discord.js.org/docs/packages/core/1.0.1/Client:Class)
+- Type: [`Client`](https://old.discordjs.dev/#/docs/discord.js/main/class/Client)
This is your Discord.js client object. This is required to register and handle application commands and events.
diff --git a/apps/docs/pages/docs/installation.mdx b/apps/docs/pages/docs/installation.mdx
index 28c4a590..a6262023 100644
--- a/apps/docs/pages/docs/installation.mdx
+++ b/apps/docs/pages/docs/installation.mdx
@@ -12,7 +12,7 @@ npm install commandkit
To install the development version of CommandKit, run the following command:
-```sh copy
+```sh npm2yarn copy
npm install commandkit@dev
```