summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-23 18:30:45 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-23 20:48:03 -0700
commitbba73fdc87928ee68274b7e2958216cfa8a01939 (patch)
tree7e849802ec37d32dc845728dd5e5598930866466 /mobile-widgets/qml
parent97c7fad53dc1a8eeaad41a4a5efd5feff4e455b5 (diff)
downloadsubsurface-bba73fdc87928ee68274b7e2958216cfa8a01939.tar.gz
mobile: show the new v3 user manual
I would love to figure out a way how to bundle the user manual and load it from the device file system, but in the meantime this should continue to work. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index acf24849d..c26d91247 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -443,7 +443,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-v2-user-manual/")
+ Qt.openUrlExternally("https://subsurface-divelog.org/documentation/subsurface-mobile-v3-user-manual/")
}
}
Kirigami.Action {