commit 75160a644f00dde7312c84b1f25f5480e7a96697 Author: Peter Haight peterh@giantrabbit.com Date: Mon Oct 19 10:44:49 2020 -0700
Fixed some links on donor-faq page
I don't think this is quite right because it might not work on staging, but it will work on production. --- content/donor-faq/contents.lr | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/content/donor-faq/contents.lr b/content/donor-faq/contents.lr index 9e0070df..3f04c9a2 100644 --- a/content/donor-faq/contents.lr +++ b/content/donor-faq/contents.lr @@ -23,14 +23,14 @@ body: <p class="answer">Note: if you wish to donate to the Tor Project by <a class="hyperlinks links" href="https://2019.www.torproject.org/donate/donate.html.en" target="_blank">credit card or PayPal, please click here.</a></p> <p class="answer">The Tor Project also offers the following alternative donation methods:</p> <ul class="answer"> - <li><a class="hyperlinks links" href="//cryptocurrency" target="_blank">Bitcoin and Other Cryptocurrencies</a></li> - <li><a class="hyperlinks links" href="//cryptocurrency" target="_blank">BTCPayServer</a></li> + <li><a class="hyperlinks links" href="/cryptocurrency" target="_blank">Bitcoin and Other Cryptocurrencies</a></li> + <li><a class="hyperlinks links" href="/cryptocurrency" target="_blank">BTCPayServer</a></li> <li><a class="hyperlinks links" href="https://twitter.com/torproject/status/1196820407950741520" target="_blank">BottlePay</a></li> <li><a class="hyperlinks links" href="https://smile.amazon.com/ch/20-8096820" target="_blank">Amazon Smile</a></li> <li><a class="hyperlinks links" href="https://givingassistant.org/np#tor-project-inc" target="_blank">Giving Assistant</a></li> - <li><a class="hyperlinks links" href="//donor-faq#eu-bank-transfer">EU Bank Transfer</a></li> - <li><a class="hyperlinks links" href="//donor-faq#donate-by-mail">Checks</a> or <a class="hyperlinks links" href="//donor-faq#donate-anonymous">Money Orders</a></a></li> - <li><a class="hyperlinks links" href="//donor-faq#donate-stock">Stock Donation</a></li> + <li><a class="hyperlinks links" href="/donor-faq#eu-bank-transfer">EU Bank Transfer</a></li> + <li><a class="hyperlinks links" href="/donor-faq#donate-by-mail">Checks</a> or <a class="hyperlinks links" href="/donor-faq#donate-anonymous">Money Orders</a></a></li> + <li><a class="hyperlinks links" href="/donor-faq#donate-stock">Stock Donation</a></li> </ul> <p class="answer">If you have any questions or would like to receive a thank-you gift after making a donation with one of the methods above, please email <span class="email">giving(at)torproject.org</span>.</p> </li> @@ -183,7 +183,7 @@ body: </li> <li> <h2 class="question">What is your donor privacy policy?</h2> - <p class="answer">Here is the Tor Project <a class="hyperlinks links" target="_blank" href="//privacy-policy">donor privacy policy</a>.</p> + <p class="answer">Here is the Tor Project <a class="hyperlinks links" target="_blank" href="/privacy-policy">donor privacy policy</a>.</p> </li> <li> <h2 class="question">What is your refund policy?</h2> @@ -240,7 +240,7 @@ body: </ol> <hr/> <div class="button-line"> - <a class="purple button" href="//state-disclosures">State Registration Disclosures</a> + <a class="purple button" href="/state-disclosures">State Registration Disclosures</a> </div> <div class="button-line"> <a class="purple button" href="/">Back to Donate Page</a> @@ -259,14 +259,14 @@ peterh@whylian$ cat ~/temp/foo.html <p class="answer">Note: if you wish to donate to the Tor Project by <a class="hyperlinks links" href="https://2019.www.torproject.org/donate/donate.html.en" target="_blank">credit card or PayPal, please click here.</a></p> <p class="answer">The Tor Project also offers the following alternative donation methods:</p> <ul class="answer"> - <li><a class="hyperlinks links" href="//cryptocurrency" target="_blank">Bitcoin and Other Cryptocurrencies</a></li> - <li><a class="hyperlinks links" href="//cryptocurrency" target="_blank">BTCPayServer</a></li> + <li><a class="hyperlinks links" href="/cryptocurrency" target="_blank">Bitcoin and Other Cryptocurrencies</a></li> + <li><a class="hyperlinks links" href="/cryptocurrency" target="_blank">BTCPayServer</a></li> <li><a class="hyperlinks links" href="https://twitter.com/torproject/status/1196820407950741520" target="_blank">BottlePay</a></li> <li><a class="hyperlinks links" href="https://smile.amazon.com/ch/20-8096820" target="_blank">Amazon Smile</a></li> <li><a class="hyperlinks links" href="https://givingassistant.org/np#tor-project-inc" target="_blank">Giving Assistant</a></li> - <li><a class="hyperlinks links" href="//donor-faq#eu-bank-transfer">EU Bank Transfer</a></li> - <li><a class="hyperlinks links" href="//donor-faq#donate-by-mail">Checks</a> or <a class="hyperlinks links" href="//donor-faq#donate-anonymous">Money Orders</a></a></li> - <li><a class="hyperlinks links" href="//donor-faq#donate-stock">Stock Donation</a></li> + <li><a class="hyperlinks links" href="/donor-faq#eu-bank-transfer">EU Bank Transfer</a></li> + <li><a class="hyperlinks links" href="/donor-faq#donate-by-mail">Checks</a> or <a class="hyperlinks links" href="/donor-faq#donate-anonymous">Money Orders</a></a></li> + <li><a class="hyperlinks links" href="/donor-faq#donate-stock">Stock Donation</a></li> </ul> <p class="answer">If you have any questions or would like to receive a thank-you gift after making a donation with one of the methods above, please email <span class="email">giving(at)torproject.org</span>.</p> </li> @@ -419,7 +419,7 @@ peterh@whylian$ cat ~/temp/foo.html </li> <li> <h2 class="question">What is your donor privacy policy?</h2> - <p class="answer">Here is the Tor Project <a class="hyperlinks links" target="_blank" href="//privacy-policy">donor privacy policy</a>.</p> + <p class="answer">Here is the Tor Project <a class="hyperlinks links" target="_blank" href="/privacy-policy">donor privacy policy</a>.</p> </li> <li> <h2 class="question">What is your refund policy?</h2>
tor-commits@lists.torproject.org