Skip to content

Commit 8e38896

Browse files
authored
docs: Fix broken link in NAFF migration docs (#1402)
1 parent 4a661d9 commit 8e38896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/Guides/99 2.x Migration_NAFF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ from interactions.ext import prefixed_commands
1717
client = Client(..., intents=Intents.GUILD_MESSAGES | ...)
1818
prefixed_commands.setup(client)
1919
```
20-
From here it's more or less the same as before. You can find a guide on how to use prefixed commands [here](/Guides/26 Prefixed Commands.md).
20+
From here it's more or less the same as before. You can find a guide on how to use prefixed commands [here](/Guides/26 Prefixed Commands/).
2121

2222
## Hybrid Commands
2323
For now, hybrid commands are not supported, but they will be in the future.

0 commit comments

Comments
 (0)