diff options
| author | Iain R. Learmonth <irl@fsfe.org> | 2018-02-17 13:19:01 +0000 |
|---|---|---|
| committer | Arlo Breault <arlolra@gmail.com> | 2018-03-21 11:28:54 -0400 |
| commit | 21b48f63d24a8ab2b900d158e06dd4bf979148f1 (patch) | |
| tree | 0f66f7a87950b8f4bcc6322889a137a1f4e88d1a | |
| parent | dc2bd6e0f05626e14074916b5e634a98e97f250a (diff) | |
Updates URL and name for Relay Search (Fixes: #25285)
| -rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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/\">Tor 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/\">Tor 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/\">Tor website</a> and specifically the <a href=\"https://www.torproject.org/docs/faq#DoesntWork\">instructions for configuring your Tor client</a>." | UnEscaped }} {{ end }} |
