Update About.qml

This commit is contained in:
Alex Spataru 2021-10-25 12:05:50 -05:00 committed by GitHub
parent 3700025ba3
commit 6572d1c69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ Window {
Button { Button {
Layout.fillWidth: true Layout.fillWidth: true
text: qsTr("Website") text: qsTr("Website")
onClicked: Qt.openUrlExternally("https://www.alex-spataru.com/serial-studio") onClicked: Qt.openUrlExternally("https://serial-studio.github.io/")
} }
Button { Button {