diff --git a/docs/src/assistant/commands.md b/docs/src/assistant/commands.md index 75b8c2b90e6d9e8bda6d9b926e090bef171f5f3b..d34ee98e22f64e947a85ec2bdcd729f483fad12d 100644 --- a/docs/src/assistant/commands.md +++ b/docs/src/assistant/commands.md @@ -103,5 +103,6 @@ Usage: `/workflow` ## Extensibility -A Zed extension can expose custom slash commands in its API; this means that you too can have your own slash commands. -Click [here](../extensions/slash-commands.md) to find out how to define them. +Additional slash commands can be provided by extensions. + +See [Extension: Slash Commands](../extensions/slash-commands.md) to learn how to create your own.