Skip to content

Commit 26eec30

Browse files
committed
chore: remove outdated link from CommandKit constructor
1 parent 84e63cf commit 26eec30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/commandkit/src/commandkit.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ export class CommandKit extends EventEmitter {
173173
/**
174174
* Create a new command and event handler with CommandKit.
175175
* @param options - The default CommandKit configuration.
176-
* @see {@link https://commandkit.js.org/docs/guide/commandkit-setup}
177176
*/
178177
constructor(options: CommandKitOptions = {}) {
179178
if (CommandKit.instance) {

0 commit comments

Comments
 (0)