Browse Source

Clean up #501

tags/1.0-rc
Christopher F 8 years ago
parent
commit
061935cc9f
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      docs/index.md

+ 5
- 4
docs/index.md View File

@@ -3,10 +3,11 @@


Discord.Net is an asynchronous, multiplatform .NET Library used to interface with the [Discord API](https://discordapp.com/). Discord.Net is an asynchronous, multiplatform .NET Library used to interface with the [Discord API](https://discordapp.com/).


If this is your first time using Discord.Net, you should refer to the [Intro](guides/intro.md) for tutorials. More experienced users might refer to the [API Documentation](api/index.md) for a breakdown of the individuals objects in the library.
If this is your first time using Discord.Net, you should refer to the [Intro](guides/intro.md) for tutorials.
More experienced users might refer to the [API Documentation](api/index.md) for a breakdown of the individuals objects in the library.


For additional resources: For additional resources:
- [Discord API Guild](https://discord.gg/discord-api) (Go to the #dotnet_discord-net channel)
- [GitHub Repo](https://github.com/RogueException/Discord.Net/tree/dev) (**todo:** Point this to Master after Release.)
- [Discord API Guild](https://discord.gg/discord-api) - Look for `#dotnet_discord-net`
- [GitHub](https://github.com/RogueException/Discord.Net/tree/dev)
- [NuGet](https://www.nuget.org/packages/Discord.Net/) - [NuGet](https://www.nuget.org/packages/Discord.Net/)
- [MyGet Feed](https://www.myget.org/feed/Packages/discord-net) (For Unstable Releases and Community-Contributed Addons)
- [MyGet Feed](https://www.myget.org/feed/Packages/discord-net) - Addons and nightly builds

Loading…
Cancel
Save