Fixed a missing link

This commit is contained in:
RogueException
2015-09-27 22:15:49 -03:00
parent 9205d1d596
commit 4b1db6b7cb

View File

@@ -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