Skip to content

Commit 198c7c8

Browse files
authored
Fixing the url for event reference. (#191)
closes #190
1 parent 82705c6 commit 198c7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Here we will be using the commands extension of TwitchIO to create a Chat Bot.
6161
The above example listens to one event, `event_ready`. If we want to listen to other events,
6262
we can simply add them to our Bot class.
6363

64-
For an exhaustive list of events, visit: `Event Reference <https://twitchio.readthedocs.io/en/2.0/twitchio.html#event-reference>`_
64+
For an exhaustive list of events, visit: `Event Reference <twitchio.html#event-reference>`_
6565

6666
**Let's add an** `event_message` **which will listen for all messages the bot can see:**
6767

0 commit comments

Comments
 (0)