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" ) }