Make GitHub link HTTPS, not HTTP
This commit is contained in:
parent
5eea9e9732
commit
244c97ad7b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Page {
|
|||
Button {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue