From f75a0f8719124a0f5ca2d16b00601000aa6a66f8 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Thu, 22 Oct 2020 18:33:51 +0300 Subject: [PATCH] - (ui): wrong link Closes: #2209 --- client/src/components/ui/Guide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/ui/Guide.js b/client/src/components/ui/Guide.js index ec629e1b..cef1c6f8 100644 --- a/client/src/components/ui/Guide.js +++ b/client/src/components/ui/Guide.js @@ -134,7 +134,7 @@ const dnsPrivacyList = [{ components: [ { key: 0, - href: 'https://github.com/jedisct1/dnscrypt-proxy', + href: 'https://support.mozilla.org/kb/firefox-dns-over-https', }, text, ],