mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-01 00:16:40 +00:00
GH-970 fix help page links
This commit is contained in:
parent
1bc2fbef11
commit
08898c7c63
@ -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…
Reference in New Issue
Block a user