From 7a2b944b72c942eb3f0f66a68f7bb9fca0a99478 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 25 Sep 2016 03:58:43 -0400 Subject: [PATCH] Fix 404'd FAQ links. --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 60684b0f8..aff1a61fa 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. `_ +`Check the background_task.py example. `_ 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 `_. Others look at the source code of `other existing bots `_. -There is a `basic example `_ showcasing some +There is a `basic example `_ showcasing some functionality. **Documentation is being worked on, it will just take some time to polish it**.