commit b2470a7d5274bf9665639ecca1f6aac66d05cce6 Author: Antonela hola@antonela.me Date: Thu Mar 21 16:56:36 2019 -0300
Fix #29512
https://trac.torproject.org/projects/tor/ticket/29512 --- templates/sponsors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/sponsors.html b/templates/sponsors.html index b1ba3cf..eefabbd 100644 --- a/templates/sponsors.html +++ b/templates/sponsors.html @@ -33,7 +33,7 @@ <div class="row border-bottom border-light"><p></p></div> <div class="row py-5"> <p>{{ _('This sponsors page is based upon un-audited and un-reviewed financial and in-kind donations, contract, and other data.') }}</p> - <p><a href="/about/reports" title="Reports"><u>{{ _('Further details about our audited and reviewed funding can be found with our Financial Reports.') }}</u></a><p> + <p><a href="about/reports" title="Reports"><u>{{ _('Further details about our audited and reviewed funding can be found with our Financial Reports.') }}</u></a><p> </div> </div> </div>