From f8af5a51be14b447b484a10fb25b44b11ced6fc6 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann <7621705+decanus@users.noreply.github.com> Date: Tue, 14 Jul 2020 11:52:32 +0200 Subject: [PATCH] Update views.cljs Signed-off-by: Churikova Tetiana --- src/status_im/ui/screens/pairing/views.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]