commit dc2bd6e0f05626e14074916b5e634a98e97f250a Author: Arlo Breault arlolra@gmail.com Date: Wed Mar 21 11:26:08 2018 -0400
Link to relay guide on the wiki
Trac 25486 --- public/index.html | 4 ++-- 1 file 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 }}