From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 13 Dec 2020 05:16:29 +0000 (+0100)
Subject: Shorten the 'donate' and 'participate' links used by templates
X-Git-Tag: v_3_0_30~270^2~22
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/@default-cgi@/diff?a=commitdiff_plain;h=1f7bf8276b6615654009a44d336abf01a762f9d8;p=privoxy.git

Shorten the 'donate' and 'participate' links used by templates

... using redirects.

Currently the redirects lead to the FAQ entries but
in the future we may want to relocate the content
and using redirects makes this more convenient.
---

diff --git a/templates/blocked b/templates/blocked
index 6c85901f..9fd6000b 100644
--- a/templates/blocked
+++ b/templates/blocked
@@ -241,8 +241,8 @@
            href="@user-manual@contact.html">get support or report problems</a>. \
         <p> \
           If you want to support the Privoxy Team, you can \
-          <a href="https://www.privoxy.org/faq/general.html#PARTICIPATE">participate</a> \
-          or <a href="https://www.privoxy.org/faq/general.html#DONATE">donate</a>. \
+          <a href="https://www.privoxy.org/participate">participate</a> \
+          or <a href="https://www.privoxy.org/donate">donate</a>. \
         </p> \
       </td> \
     </tr> \
diff --git a/templates/mod-support-and-service b/templates/mod-support-and-service
index c697414d..cca1ae08 100644
--- a/templates/mod-support-and-service
+++ b/templates/mod-support-and-service
@@ -28,6 +28,6 @@
            href="@user-manual@contact.html">get support or report problems</a>.
         <p>
           If you want to support the Privoxy Team, you can
-          <a href="https://www.privoxy.org/faq/general.html#PARTICIPATE">participate</a>
-          or <a href="https://www.privoxy.org/faq/general.html#DONATE">donate</a>.
+          <a href="https://www.privoxy.org/participate">participate</a>
+          or <a href="https://www.privoxy.org/donate">donate</a>.
         </p>