diff options
| author | Arlo Breault <arlolra@gmail.com> | 2018-03-21 11:26:08 -0400 |
|---|---|---|
| committer | Arlo Breault <arlolra@gmail.com> | 2018-03-21 11:26:08 -0400 |
| commit | dc2bd6e0f05626e14074916b5e634a98e97f250a (patch) | |
| tree | 3922e3e0273943002eabe38ad60cd87e25c79c0a | |
| parent | abca67d60674e9b93f6be6621cc86b0ef07218aa (diff) | |
Link to relay guide on the wiki
Trac 25486
| -rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 056884d..48a644b 100644 --- a/public/index.html +++ b/public/index.html @@ -119,7 +119,7 @@ <a href="https://www.torproject.org/getinvolved/volunteer.html">{{ GetText .Lang "Volunteer" }}</a> </li> <li> - <a href="https://www.torproject.org/docs/tor-doc-relay.html">{{ GetText .Lang "Run a Relay" }}</a> + <a href="https://trac.torproject.org/projects/tor/wiki/TorRelayGuide">{{ GetText .Lang "Run a Relay" }}</a> </li> <li> <a href="https://www.torproject.org/download/download.html#warning">{{ GetText .Lang "Stay Anonymous" }}</a> @@ -142,4 +142,4 @@ </script> <noscript>{{ GetText .Lang "JavaScript is disabled." }}</noscript> </p> -{{ end }}
\ No newline at end of file +{{ end }} |
