Mobile: Fix Link to the Online Manual.

Replace the link to the online manual to the post-website-revamp URL.

Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
Michael Keller 2024-02-05 09:59:19 +13:00 committed by Dirk Hohndel
parent 1ce385b363
commit aad0063c46

View file

@ -457,7 +457,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
}
text: qsTr("Show user manual")
onTriggered: {
Qt.openUrlExternally("https://subsurface-divelog.org/documentation/subsurface-mobile-v3-user-manual/")
Qt.openUrlExternally("https://www.subsurface-divelog.org/subsurface-mobile-user-manual/")
}
}
Kirigami.Action {