You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CommandKit.ts the correct link has /guide/ instead of /docs/
For the rest of the files, you should only add /docs/ before /typedef/ in order to point to the right documentation.
I know its a really minor thing but I didn't see an issue about it on the repo nor in the Discord server and these are part of the template given to new projects, if I am not mistaken.
The text was updated successfully, but these errors were encountered:
As I was learning about the project, I stumbled across 5 files with broken links that pointed towards 404 pages of the documentation.
These are:
CommandKit.ts
at packages/commandkit/src/CommandKit.ts on line 20ping.js
at packages/create-commandkit/templates/JavaScript/cjs/src/commands/General/ping.js at line 17ping.js
at packages/create-commandkit/templates/JavaScript/esm/src/commands/General/ping.js at line 16ping.ts
at packages/create-commandkit/templates/TypeScript/cjs/src/commands/General/ping.ts at line 17ping.ts
at packages/create-commandkit/templates/TypeScript/esm/src/commands/General/ping.ts at line 17In order to fix:
CommandKit.ts
the correct link has /guide/ instead of /docs/I know its a really minor thing but I didn't see an issue about it on the repo nor in the Discord server and these are part of the template given to new projects, if I am not mistaken.
The text was updated successfully, but these errors were encountered: