Update help url for the script editor

This commit is contained in:
Michael Zanetti 2020-07-28 11:38:58 +02:00
parent 623d8739c4
commit c47e4c1d32

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")
}
}