Skip to content

Commit 7b3483b

Browse files
committed
Fix link to FAQ
1 parent 3761de4 commit 7b3483b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started/faq.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ If you are using :class:`~twitchio.ext.commands.Command`'s or anywhere :class:`~
8484
or are receiving a :class:`~twitchio.ChatMessage`, consider looking at :class:`~twitchio.Chatter` for a more complete object
8585
with more information and helpers.
8686

87+
.. _bot-id-owner-id:
8788

8889
How do I get the user IDs for BOT_ID and OWNER_ID?
8990
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/getting-started/quickstart.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ Before running the code below, there just a couple more steps we need to take.
3838
#. Start the bot.
3939

4040
.. note::
41-
If you are unsure how to get the user IDs for BOT_ID and OWNER_ID, please check the `FAQ here </getting-started/faq.html#how-do-i-get-the-user-ids-for-bot-id-and-owner-id>`_.
42-
41+
If you are unsure how to get the user IDs for BOT_ID and OWNER_ID, please check :ref:`bot-id-owner-id`
4342

4443
**You only have to do this sequence of steps once. Or if the scopes need to change.**
4544

0 commit comments

Comments
 (0)