mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:33:35 +02:00
DEV-2352: Modify Release Notes URL
This commit is contained in:
parent
7aa28f29d2
commit
960440e802
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ Menu::Menu() {
|
|||
// Help > Release Notes
|
||||
action = addActionToQMenuAndActionHash(helpMenu, "Release Notes");
|
||||
connect(action, &QAction::triggered, qApp, [] {
|
||||
QDesktopServices::openUrl(QUrl("http://steamcommunity.com/games/390540/announcements/"));
|
||||
QDesktopServices::openUrl(QUrl("https://docs.highfidelity.com/release-notes.html"));
|
||||
});
|
||||
|
||||
// Help > Report a Bug!
|
||||
|
|
Loading…
Reference in a new issue