From bba73fdc87928ee68274b7e2958216cfa8a01939 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 23 Mar 2020 18:30:45 -0700 Subject: 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 --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') 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 { -- cgit v1.2.3-70-g09d2