From dcf0fa768a070f71ed252bb200db756dd586e6db Mon Sep 17 00:00:00 2001 From: Maze Date: Sun, 23 Jan 2022 22:13:49 +0100 Subject: [PATCH] Point links to new repo These links should now point to the Moment repo instead of mirukana/mirage --- src/gui/MainPane/TopBar.qml | 2 +- src/gui/Popups/Pre070SettingsDetectedPopup.qml | 2 +- src/gui/Popups/UnexpectedErrorPopup.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/MainPane/TopBar.qml b/src/gui/MainPane/TopBar.qml index df6159a3..04385456 100644 --- a/src/gui/MainPane/TopBar.qml +++ b/src/gui/MainPane/TopBar.qml @@ -54,7 +54,7 @@ Rectangle { icon.name: "documentation" text: qsTr("Online documentation") onTriggered: Qt.openUrlExternally( - "https://github.com/mirukana/mirage/tree/master/docs" + "https://gitlab.com/mx-moment/moment/-/tree/main/docs" ) } diff --git a/src/gui/Popups/Pre070SettingsDetectedPopup.qml b/src/gui/Popups/Pre070SettingsDetectedPopup.qml index 6937a1d5..e6ecafd5 100644 --- a/src/gui/Popups/Pre070SettingsDetectedPopup.qml +++ b/src/gui/Popups/Pre070SettingsDetectedPopup.qml @@ -11,7 +11,7 @@ HFlickableColumnPopup { property string path readonly property string docs: - "https://github.com/mirukana/mirage/tree/master/docs" + "https://gitlab.com/mx-moment/moment/-/tree/main/docs" page.footer: AutoDirectionLayout { CancelButton { diff --git a/src/gui/Popups/UnexpectedErrorPopup.qml b/src/gui/Popups/UnexpectedErrorPopup.qml index 159fbb22..59183037 100644 --- a/src/gui/Popups/UnexpectedErrorPopup.qml +++ b/src/gui/Popups/UnexpectedErrorPopup.qml @@ -27,7 +27,7 @@ HColumnPopup { text: qsTr("Report") icon.name: "report-error" onClicked: Qt.openUrlExternally( - "https://github.com/mirukana/mirage/blob/master/docs/" + + "https://gitlab.com/mx-moment/moment/-/blob/main/docs/" + "CONTRIBUTING.md#issues" ) }