From 6cf83b818025b0f941c92904d17e914cdf61ee2f Mon Sep 17 00:00:00 2001 From: Sukhbir Singh Date: Fri, 7 Sep 2018 18:59:45 -0400 Subject: [PATCH] Bug 27558: Update the link to "Your Guard note may not change" text --- src/chrome/content/tor-circuit-display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chrome/content/tor-circuit-display.js b/src/chrome/content/tor-circuit-display.js index fe6b51c1..bbabe1c8 100644 --- a/src/chrome/content/tor-circuit-display.js +++ b/src/chrome/content/tor-circuit-display.js @@ -386,7 +386,7 @@ let setupGuardNote = function () { ["div", {}, noteBefore, ["span", {class: "circuit-guard-name"}, name], noteAfter, " ", - ["span", {onclick: `gBrowser.selectedTab = gBrowser.addTab('https://tb-manual.torproject.org/${localeCode}');`, + ["span", {onclick: `gBrowser.selectedTab = gBrowser.addTab('https://support.torproject.org/${localeCode}/tbb/tbb-2/');`, class: "circuit-link"}, learnMoreString]]); }; -- 2.11.4.GIT