commit 27d985d40b9d06f633d1a8216c98dcf55bf6336b Author: gus gus@torproject.org Date: Tue Apr 28 23:44:56 2020 -0400
Update volunteer and relay guide links to community portal - Fix #70 --- templates/thank-you.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/thank-you.html b/templates/thank-you.html index 56d08356..0c9f8d3e 100644 --- a/templates/thank-you.html +++ b/templates/thank-you.html @@ -18,11 +18,11 @@ </div> <div class="col-md-4"> <i class="h3 py-3 fas fa-cube-png"></i> - <h4><a href="https://trac.torproject.org/projects/tor/wiki/TorRelayGuide">{{ _('Run a relay to make the network faster and more decentralized.') }}</a></h4> + <h4><a href="https://community.torproject.org/relay">{{ _('Run a relay to make the network faster and more decentralized.') }}</a></h4> </div> <div class="col-md-4"> <i class="h3 py-3 fas fa-hands-helping-png"></i> - <h4><a href="https://torproject.org/volunteer">{{ _('Use your skills to volunteer.') }}</a></h4> + <h4><a href="https://community.torproject.org/">{{ _('Use your skills to volunteer.') }}</a></h4> </div> </div> </div>
tor-commits@lists.torproject.org