Browse Source

Fixed a missing link

tags/docs-0.9
RogueException 9 years ago
parent
commit
4b1db6b7cb
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/getting_started.rst

+ 2
- 1
docs/getting_started.rst 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. 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. 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 .. _MSDN's Await-Async section: https://msdn.microsoft.com/en-us/library/hh191443.aspx




Loading…
Cancel
Save