Make GitHub link HTTPS, not HTTP

This commit is contained in:
Matti Viljanen 2019-01-06 16:44:19 +02:00
parent 5eea9e9732
commit 244c97ad7b
No known key found for this signature in database
GPG key ID: CF32A1495158F888

View file

@ -67,7 +67,7 @@ Page {
Button { Button {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("Code and feedback") text: qsTr("Code and feedback")
onClicked: Qt.openUrlExternally("http://www.github.com/direc85/harbour-batterybuddy") onClicked: Qt.openUrlExternally("https://www.github.com/direc85/harbour-batterybuddy")
} }
/* /*
Label { Label {