diff --git a/ui/app/AppLayouts/Profile/Sections/DevicesContainer.qml b/ui/app/AppLayouts/Profile/Sections/DevicesContainer.qml index 679032006b..19877932e8 100644 --- a/ui/app/AppLayouts/Profile/Sections/DevicesContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/DevicesContainer.qml @@ -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") } } }