GH-970 fix help page links

This commit is contained in:
Petr Mrázek 2015-05-21 01:12:18 +02:00
parent 1bc2fbef11
commit 08898c7c63
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ public:
}
QString helpPage() const override
{
return "Accounts";
return "Getting-Started#adding-an-account";
}
public

View File

@ -51,7 +51,7 @@ public:
}
QString helpPage() const override
{
return "External-tools";
return "Tools";
}
virtual bool apply();