diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-03-23 18:30:45 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-23 20:48:03 -0700 |
commit | bba73fdc87928ee68274b7e2958216cfa8a01939 (patch) | |
tree | 7e849802ec37d32dc845728dd5e5598930866466 /mobile-widgets/qml | |
parent | 97c7fad53dc1a8eeaad41a4a5efd5feff4e455b5 (diff) | |
download | subsurface-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.qml | 2 |
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 { |