Skip to content

Commit 88e6e66

Browse files
committed
fix(commands): remove dead link reference
1 parent c2cc807 commit 88e6e66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/nextftc/concepts/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Additionally, it has two more properties:
3030
- `requirements` is a set of all the requirements a command has. This is
3131
used to determine when two commands require the same resource.
3232
- `name` is a string that is used to identify the command. By default, it is the
33-
class name of the command, but it can be set to anything. More information
34-
on command naming and debugging can be found [here](/command-debugging).
33+
class name of the command, but it can be set to anything. More information
34+
on command naming and debugging can be found later on this page.
3535

3636
## Creating Commands
3737

0 commit comments

Comments
 (0)