Skip to content

Commit 219fd84

Browse files
committed
docs: fix broken links
1 parent bb3ad39 commit 219fd84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

apps/docs/pages/docs/classes/CommandKit.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,44 +10,44 @@ An array of all the command objects that CommandKit is handling. This includes a
1010

1111
- Type: `string` | `undefined`
1212

13-
The path to the commands directory which was set when [instantiating CommandKit](/docs/commandkit-setup).
13+
The path to the commands directory which was set when [instantiating CommandKit](/guide/commandkit-setup).
1414

1515
### `eventsPath`
1616

1717
- Type: `string` | `undefined`
1818

19-
The path to the events directory which was set when [instantiating CommandKit](/docs/commandkit-setup).
19+
The path to the events directory which was set when [instantiating CommandKit](/guide/commandkit-setup).
2020

2121
### `validationsPath`
2222

2323
- Type: `string` | `undefined`
2424

25-
The path to the validations directory which was set when [instantiating CommandKit](/docs/commandkit-setup).
25+
The path to the validations directory which was set when [instantiating CommandKit](/guide/commandkit-setup).
2626

2727
### `devUserIds`
2828

2929
- Type: `string[]`
3030

31-
The array of developer user IDs which was set when [instantiating CommandKit](/docs/commandkit-setup).
31+
The array of developer user IDs which was set when [instantiating CommandKit](/guide/commandkit-setup).
3232

3333
### `devGuildIds`
3434

3535
- Type: `string[]`
3636

37-
The array of development server IDs which was set when [instantiating CommandKit](/docs/commandkit-setup).
37+
The array of development server IDs which was set when [instantiating CommandKit](/guide/commandkit-setup).
3838

3939
### `devRoleIds`
4040

4141
- Type: `string[]`
4242

43-
The array of developer role IDs which was set when [instantiating CommandKit](/docs/commandkit-setup).
43+
The array of developer role IDs which was set when [instantiating CommandKit](/guide/commandkit-setup).
4444

4545
### `reloadCommands`
4646

47-
- Props type: `'dev'` | `'global'` | [`ReloadType`](/enums/ReloadType) (optional)
47+
- Props type: `'dev'` | `'global'` | [`ReloadType`](/docs/enums/ReloadType) (optional)
4848
- Return type: `Promise<void>`
4949

50-
Reloads application commands. Using "dev" will only reload commands marked with `devOnly`, and using "global" will do the opposite. Not passing in a property will reload both dev and global commands. The reload behaviour depends on [`bulkRegister`](/docs/commandkit-setup#bulkregister-optional).
50+
Reloads application commands. Using "dev" will only reload commands marked with `devOnly`, and using "global" will do the opposite. Not passing in a property will reload both dev and global commands. The reload behaviour depends on [`bulkRegister`](/guide/commandkit-setup#bulkregister-optional).
5151

5252
### `reloadEvents`
5353

0 commit comments

Comments
 (0)