mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
1ce385b363
commit
aad0063c46
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue