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>
This commit is contained in:
Dirk Hohndel 2020-03-23 18:30:45 -07:00
parent 97c7fad53d
commit bba73fdc87

View file

@ -443,7 +443,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
} }
text: qsTr("Show user manual") text: qsTr("Show user manual")
onTriggered: { 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 { Kirigami.Action {