commit 596b65547aec9f0708fcb092ca20786b063dbbd2 Author: Antonela hola@antonela.me Date: Tue Jun 23 08:59:03 2020 -0300
privchat - update donate link --- templates/privchat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/privchat.html b/templates/privchat.html index 166864ba..e705435c 100644 --- a/templates/privchat.html +++ b/templates/privchat.html @@ -106,6 +106,6 @@ <div class="container"> <div class="row bg-secondary p-5 mx-1 my-5"> <h1><i class="fas fa-hand-holding-usd px-5 text-light"></i></h1> - <h3 class="preamble text-light text-center mx-auto">Your donations make this series and our work at Tor possible. <br/> The best way to support our work is to <a class="text-success" href="/donate" target="_blank">become a monthly donor.</a></h3> + <h3 class="preamble text-light text-center mx-auto">Your donations make this series and our work at Tor possible. <br/> The best way to support our work is to <a class="text-success" href="https://donate.torproject.org/monthly-giving" target="_blank">become a monthly donor.</a></h3> </div> </div>
tor-commits@lists.torproject.org