Merge pull request #16311 from zfox23/changeSteamLink

DEV-2352: Modify Release Notes URL
This commit is contained in:
Shannon Romano 2019-10-08 11:38:31 -07:00 committed by GitHub
commit 72c60b92c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!