From aad0063c4682e005cf53ce57cd142112ed598054 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Mon, 5 Feb 2024 09:59:19 +1300 Subject: [PATCH] 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 --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index c533581e9..fe67c4609 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -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 {