NOISSUE Swap discord invite with vanity url

This commit is contained in:
AppleTheGolden
2021-02-09 22:00:20 +01:00
parent e8b9176736
commit f3205ebf25
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ The project uses C++ and Qt5 as the language and base framework. This might seem
We can do more, with less, on worse hardware and leave more resources for the game while keeping the launcher running and providing extra features.
If you want to contribute, either talk to us on [Discord](https://discord.gg/0k2zsXGNHs0fE4Wm), [IRC](http://webchat.esper.net/?nick=&channels=MultiMC)(esper.net/#MultiMC) or pick up some item from the github issues [workflowy](https://github.com/MultiMC/MultiMC5/issues) - there is always plenty of ideas around.
If you want to contribute, either talk to us on [Discord](https://discord.gg/multimc), [IRC](http://webchat.esper.net/?nick=&channels=MultiMC)(esper.net/#MultiMC) or pick up some item from the github issues [workflowy](https://github.com/MultiMC/MultiMC5/issues) - there is always plenty of ideas around.
### Building
If you want to build MultiMC yourself, check [BUILD.md](BUILD.md) for build instructions.

View File

@ -1460,7 +1460,7 @@ void MainWindow::on_actionREDDIT_triggered()
void MainWindow::on_actionDISCORD_triggered()
{
DesktopServices::openUrl(QUrl("https://discord.gg/0k2zsXGNHs0fE4Wm"));
DesktopServices::openUrl(QUrl("https://discord.gg/multimc"));
}
void MainWindow::on_actionChangeInstIcon_triggered()