mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
GH-970 fix help page links
This commit is contained in:
parent
1bc2fbef11
commit
08898c7c63
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ public:
|
|||
}
|
||||
QString helpPage() const override
|
||||
{
|
||||
return "Accounts";
|
||||
return "Getting-Started#adding-an-account";
|
||||
}
|
||||
|
||||
public
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ public:
|
|||
}
|
||||
QString helpPage() const override
|
||||
{
|
||||
return "External-tools";
|
||||
return "Tools";
|
||||
}
|
||||
virtual bool apply();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue