Point links to new repo

These links should now point to the Moment repo instead of
mirukana/mirage
This commit is contained in:
Maze 2022-01-23 22:13:49 +01:00
parent c26e2ce9e5
commit dcf0fa768a
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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