Updates links to docs, updated windows guide, added from source guide

This commit is contained in:
Master Kwoth
2017-06-11 13:42:48 +02:00
parent ab6c3a7408
commit 2bc6052a5b
8 changed files with 86 additions and 163 deletions

View File

@ -166,8 +166,8 @@ namespace NadekoBot.Modules.Help
public async Task Guide()
{
await ConfirmLocalized("guide",
"http://nadekobot.readthedocs.io/en/latest/Commands%20List/",
"http://nadekobot.readthedocs.io/en/latest/").ConfigureAwait(false);
"http://nadekobot.readthedocs.io/en/1.4/Commands%20List/",
"http://nadekobot.readthedocs.io/en/1.4/").ConfigureAwait(false);
}
[NadekoCommand, Usage, Description, Aliases]