commit e0400ca3a085c898f62e7ccb021dc2a239115282 Author: emma peel emma.peel@riseup.net Date: Sat Apr 6 10:13:38 2019 +0200
fix link. will-fix: #30013 --- templates/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/contact.html b/templates/contact.html index 10309a9..6104e06 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -35,7 +35,7 @@ </div> <div class="row bg-dark justify-content-center p-3"> <h4 class="text-white display-5"> - <a class="text-white" href="https://2019.www.torproject.org/getinvolved/volunteer/" target="_blank" title="{{ _('Get Involved') }}"><u>{{ _('Get Involved') }}</u></a> + <a class="text-white" href="https://2019.www.torproject.org/getinvolved/volunteer" target="_blank" title="{{ _('Get Involved') }}"><u>{{ _('Get Involved') }}</u></a> </h4> </div> </div>
tor-commits@lists.torproject.org