From 4b1db6b7cba3b18e40377e9ed178e40c496ef2df Mon Sep 17 00:00:00 2001 From: RogueException Date: Sun, 27 Sep 2015 22:15:49 -0300 Subject: [PATCH] Fixed a missing link --- docs/getting_started.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 6c026a80a..4ebc4f841 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -29,7 +29,8 @@ Async Discord.Net uses C# tasks extensively - nearly all operations return one. It is highly recommended that these tasks be awaited whenever possible. To do so requires the calling method be marked as async, which can be problematic in a console application. An example of how to get around this is provided below. -For more information, goto MSDN's Await-Async section. + +For more information, go to `MSDN's Await-Async section`_. .. _MSDN's Await-Async section: https://msdn.microsoft.com/en-us/library/hh191443.aspx