Point links to new repo
These links should now point to the Moment repo instead of mirukana/mirage
This commit is contained in:
parent
c26e2ce9e5
commit
dcf0fa768a
|
@ -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"
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user