commit de183aa009787660793cc8e6e15a1cb0b85c10fc Author: Antonela hola@antonela.me Date: Thu Sep 5 21:34:10 2019 -0400
update volunteer contact link
close https://dip.torproject.org/web/tpo/issues/29 --- templates/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/contact.html b/templates/contact.html index 71af4bd..bd87b90 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -38,7 +38,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://community.torproject.org/" target="_blank" title="{{ _('Get Involved') }}"><u>{{ _('Get Involved') }}</u></a> </h4> </div> </div>