commit 21b48f63d24a8ab2b900d158e06dd4bf979148f1 Author: Iain R. Learmonth irl@fsfe.org Date: Sat Feb 17 13:19:01 2018 +0000
Updates URL and name for Relay Search (Fixes: #25285) --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html index 48a644b..73a79b5 100644 --- a/public/index.html +++ b/public/index.html @@ -102,7 +102,7 @@ {{ end }} <p class="mid"> {{ if .IsTor }} - {{ GetText .Lang "Please refer to the <a href="https://www.torproject.org/%5C%22%3ETor website</a> for further information about using Tor safely. You are now free to browse the Internet anonymously." | UnEscaped }} {{ GetText .Lang "For more information about this exit relay, see:" }} <a href="https://atlas.torproject.org/#search/{{ .IP }}">Atlas</a>. + {{ GetText .Lang "Please refer to the <a href="https://www.torproject.org/%5C%22%3ETor website</a> for further information about using Tor safely. You are now free to browse the Internet anonymously." | UnEscaped }} {{ GetText .Lang "For more information about this exit relay, see:" }} <a href="https://metrics.torproject.org/rs.html#search/{{ .IP }}">Relay Search</a>. {{ else }} {{ GetText .Lang "If you are attempting to use a Tor client, please refer to the <a href="https://www.torproject.org/%5C%22%3ETor website</a> and specifically the <a href="https://www.torproject.org/docs/faq#DoesntWork%5C%22%3Einstructions for configuring your Tor client</a>." | UnEscaped }} {{ end }}