From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 13 Dec 2020 05:12:47 +0000 (+0100)
Subject: Shorten the 'donate' and 'participate' links by using redirects
X-Git-Tag: v_3_0_30~270^2~23
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/@proxy-info-url@?a=commitdiff_plain;h=dfaacb14351bd5ae930a3154a777176387b50c30;p=privoxy.git

Shorten the 'donate' and 'participate' links by 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/doc/source/privoxy.sgml b/doc/source/privoxy.sgml
index ba545437..53d3706e 100644
--- a/doc/source/privoxy.sgml
+++ b/doc/source/privoxy.sgml
@@ -47,14 +47,12 @@
  <itemizedlist>
   <listitem>
     <para>
-      <ulink url="https://www.privoxy.org/faq/general.html#PARTICIPATE">
-                  https://www.privoxy.org/faq/general.html#PARTICIPATE</ulink>
+      <ulink url="https://www.privoxy.org/participate">https://www.privoxy.org/participate</ulink>
     </para>
   </listitem>
   <listitem>
     <para>
-     <ulink url="https://www.privoxy.org/faq/general.html#DONATE">
-                 https://www.privoxy.org/faq/general.html#DONATE</ulink>
+      <ulink url="https://www.privoxy.org/donate">https://www.privoxy.org/donate</ulink>
     </para>
   </listitem>
  </itemizedlist>