Update DevicesContainer.qml

This commit is contained in:
Dean Eigenmann 2020-07-14 11:39:14 +02:00
parent 7d16216c3b
commit 2bfdedbed7
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ Item {
MouseArea {
cursorShape: Qt.PointingHandCursor
anchors.fill: parent
onClicked: Qt.openUrlExternally("https://status.im/tutorials/pairing.html")
onClicked: Qt.openUrlExternally("https://status.im/user_guides/pairing_devices.html")
}
}
}