[tbb-commits] [torbutton/master] Bug 27558: Update the link to "Your Guard note may not change" text
gk at torproject.org
gk at torproject.org
Fri Sep 14 09:30:58 UTC 2018
commit 6cf83b818025b0f941c92904d17e914cdf61ee2f
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Fri Sep 7 18:59:45 2018 -0400
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]]);
};
More information about the tbb-commits
mailing list