commit 7083742299073fb0d9e72f27e8b502a7ed1c8069 Author: Matthew Finkel sysrqb@torproject.org Date: Fri Dec 4 14:34:29 2020 +0000
Update link for reporting bad relays --- templates/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/contact.html b/templates/contact.html index 038f5b87..52d70571 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -67,7 +67,7 @@ <div class="oval-3 mt-3 p-2"><i class="text-primary fas fa-flag-png"></i></div> </div> <div class="row mt-3 mr-5"> - <a class="h4 text-primary" href="https://trac.torproject.org/projects/tor/wiki/doc/ReportingBadRelays" target="_blank">{{ _('Tell us about a bad relay.') }}</a> + <a class="h4 text-primary" href="https://community.torproject.org/relay/community-resources/bad-relays/" target="_blank">{{ _('Tell us about a bad relay.') }}</a> <p class="text-tpo">{{ _('If you find a relay that you think is malicious, misconfigured, or otherwise broken, please check out our wiki page and blog post on how to report it.') }}</p> </div> </div>