diff --git a/src/status_im/ui/screens/pairing/views.cljs b/src/status_im/ui/screens/pairing/views.cljs index 4b6cc5b42a..51a3c364c3 100644 --- a/src/status_im/ui/screens/pairing/views.cljs +++ b/src/status_im/ui/screens/pairing/views.cljs @@ -151,7 +151,7 @@ (defn info-section [] [react/view {:style styles/info-section} - [react/touchable-highlight {:on-press #(.openURL ^js react/linking "https://status.im/tutorials/pairing.html")} + [react/touchable-highlight {:on-press #(.openURL ^js react/linking "https://status.im/user_guides/pairing_devices.html")} [react/text {:style styles/info-section-text} (i18n/label :t/learn-more)]]]) (defn installations-list [installations]