diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-06 07:33:41 -0700 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-10-07 12:14:08 +0300 |
commit | d1a18b36b4227ea65ed03b65583d06363735320a (patch) | |
tree | a91f0fde1b932022dc23209955ff085c041f3b8a /mobile-widgets/qml | |
parent | 8e295db70e1b351839648dd23f25404ac5e5ead3 (diff) | |
download | subsurface-d1a18b36b4227ea65ed03b65583d06363735320a.tar.gz |
QML UI: open v2 user manual
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 5c5b6df36..05b891fdd 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -275,7 +275,7 @@ if you have network connectivity and want to sync your data to cloud storage."), iconName: "icons/ic_help_outline.svg" text: qsTr("Help") onTriggered: { - Qt.openUrlExternally("https://subsurface-divelog.org/documentation/subsurface-mobile-user-manual/") + Qt.openUrlExternally("https://subsurface-divelog.org/documentation/subsurface-mobile-v2-user-manual/") } } ] // end actions |