commit 048de3fe1091930a357509ad8563097a86612ac4 Author: Arthur Edelstein arthuredelstein@gmail.com Date: Sun Dec 24 12:04:17 2017 -0500
fix link to tipprbot --- Makefile.local.sample | 2 +- donate/en/donate-options.wml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.local.sample b/Makefile.local.sample index 737b5d79..48e6eacf 100644 --- a/Makefile.local.sample +++ b/Makefile.local.sample @@ -10,4 +10,4 @@ # # e.g.: # export TORGIT=/home/weasel/projects/tor/tor/.git -export TORGIT=set this to your tor.git path +export TORGIT=/home/arthur/projects/tor/.git diff --git a/donate/en/donate-options.wml b/donate/en/donate-options.wml index 42d4a706..53513557 100644 --- a/donate/en/donate-options.wml +++ b/donate/en/donate-options.wml @@ -31,7 +31,7 @@ form#makeDonation { <div class="hundred toptwenty"> <div class="dbox donate"> <h3>Donate Bitcoin</h3> -<p>To donate Bitcoin to The Tor Project, please complete the form below. If you would like an acknowledgment from the Tor Project, please provide your email address. (Due to the current state of the Bitcoin market, our payment processor, Bitpay, will not allow us to accept donations of less than 100 USD. However, we can also accept donations, including smaller donations, through Bitcoin Cash. Send us a tip with <a href="https://twitter.com/tipperbot">@tipprbot</a> on Twitter!)</p> +<p>To donate Bitcoin to The Tor Project, please complete the form below. If you would like an acknowledgment from the Tor Project, please provide your email address. (Due to the current state of the Bitcoin market, our payment processor, Bitpay, will not allow us to accept donations of less than 100 USD. However, we can also accept donations, including smaller donations, through Bitcoin Cash. Send us a tip with <a href="https://twitter.com/tipprbot">@tipprbot</a> on Twitter!)</p> <form id="makeDonation" action="https://bitpay.com/checkout" method="post" onsubmit="return bp.validateMobileCheckoutForm($('#makeDonation'));"> <input name="action" type="hidden" value="checkout"> <fieldset class="phone-form well form-horizontal" style="margin-top: 5px;">
tor-commits@lists.torproject.org