Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
docs: Fix links on Guides/Events not working (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
fieu committed Dec 17, 2022
1 parent 2367a08 commit ba0163f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/Guides/10 Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bot = Client(intents=Intents.DEFAULT)
bot.start("Put your token here")
```

For more information, please visit the API reference [here](/API Reference/models/Discord/enums/#naff.models.discord.enums.Intents).
For more information, please visit the API reference [here](/API Reference/models/Discord/enums#naff.models.discord.enums.Intents).

## Hey Listen!!!

Expand All @@ -21,7 +21,7 @@ Depending on how you register your callbacks that's not a requirement, but it is

For example, the event callback for the `ChannelCreate` event should be called `on_channel_create`.

You can find all events and their signatures [here](/API Reference/events/discord/).
You can find all events and their signatures [here](/API Reference/events/discord).

Be aware that your `Intents` must be set to receive the event you are looking for.

Expand Down

0 comments on commit ba0163f

Please sign in to comment.