Fixed messups

modified:   NadekoBot.iss
	modified:   docs/Readme.md
	modified:   docs/index.md
	modified:   src/NadekoBot/Modules/Help/Help.cs
This commit is contained in:
Master Kwoth
2017-06-11 14:19:58 +02:00
parent 2bc6052a5b
commit c2799f9145
4 changed files with 9 additions and 8 deletions

View File

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