diff options
| author | Rapptz <[email protected]> | 2016-09-25 03:58:43 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-09-25 03:58:43 -0400 |
| commit | 7a2b944b72c942eb3f0f66a68f7bb9fca0a99478 (patch) | |
| tree | babe62e8e07628031a59ae815250a1ee029980d6 /docs/faq.rst | |
| parent | Add Member.server_permissions to calculate server permissions. (diff) | |
| download | discord.py-7a2b944b72c942eb3f0f66a68f7bb9fca0a99478.tar.xz discord.py-7a2b944b72c942eb3f0f66a68f7bb9fca0a99478.zip | |
Fix 404'd FAQ links.
Diffstat (limited to 'docs/faq.rst')
| -rw-r--r-- | docs/faq.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index 60684b0f..aff1a61f 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -187,7 +187,7 @@ Basically, these functions should not be called. How do I run something in the background? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -`Check the background_task.py example. <https://github.com/Rapptz/discord.py/blob/async/examples/background_task.py>`_ +`Check the background_task.py example. <https://github.com/Rapptz/discord.py/blob/master/examples/background_task.py>`_ How do I get a specific User/Role/Channel/Server? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -215,7 +215,7 @@ Not at the moment. Writing documentation for stuff takes time. A lot of people g code. Others get by via asking questions in the `Discord server <https://discord.gg/0SBTUU1wZTXZNJPa>`_. Others look at the source code of `other existing bots <https://github.com/Rapptz/RoboDanny>`_. -There is a `basic example <https://github.com/Rapptz/discord.py/blob/async/examples/basic_bot.py>`_ showcasing some +There is a `basic example <https://github.com/Rapptz/discord.py/blob/master/examples/basic_bot.py>`_ showcasing some functionality. **Documentation is being worked on, it will just take some time to polish it**. |