commit 848fe85379d55c4c1f70a29c94d82c1d6c708586 Author: gus gus@torproject.org Date: Mon Oct 26 08:46:28 2020 -0400
Fix #6 --- templates/cryptocurrency.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/cryptocurrency.html b/templates/cryptocurrency.html index 99cb2d6f..e81202f6 100644 --- a/templates/cryptocurrency.html +++ b/templates/cryptocurrency.html @@ -1,7 +1,7 @@ {% block content %} <div class="cryptocurrency"> <div class="payment-other-div container"> - <a class="hyperlinks links" href="/donate">{{ _('Want to donate by credit card or PayPal?') }}</a> + <a class="hyperlinks links" href="https://donate.torproject.org/">{{ _('Want to donate by credit card or PayPal?') }}</a> </div> <div class="intro-text-section container"> {{ this.body }}
tor-commits@lists.torproject.org