Merge PR #397: Update help url for the script editor

This commit is contained in:
Jenkins nymea 2020-08-03 15:24:16 +02:00
commit 1baf48784e

View File

@ -97,7 +97,7 @@ Page {
imageSource: "../images/question.svg"
text: qsTr("Help")
onClicked: {
Qt.openUrlExternally("https://nymea.io/en/wiki/nymea/master/configuration/scripting")
Qt.openUrlExternally("https://nymea.io/documentation/users/usage/scripting")
}
}