From 70424d235faff482c5ee136ef1ec7574e095c792 Mon Sep 17 00:00:00 2001
From: hal9 <hal9@users.sourceforge.net>
Date: Thu, 28 Mar 2002 00:15:19 +0000
Subject: [PATCH] ijb -> privoxy.org, and jb/docs to privoxy/docs. Somebody
 should check out please!!!

---
 doc/webserver/redirect.php | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/doc/webserver/redirect.php b/doc/webserver/redirect.php
index a85b2c64..b00fc9c5 100755
--- a/doc/webserver/redirect.php
+++ b/doc/webserver/redirect.php
@@ -75,22 +75,25 @@ parse_parameters();
 
 // Note 2: Should *not* include #target part in these URLs.
 // (It works with MS IE, but is not valid HTTP.)
-
+//http://ijbswa.sourceforge.net/user-manual/configuration.html
 switch($to)
 {
    case "faq":
       // Used by 2.9.0+
-      header ("Location: http://www.junkbusters.com/ht/en/ijb2faq.html");
-      exit;
+//      header ("Location: http://www.junkbusters.com/ht/en/ijb2faq.html");
+        header ("Location: http://www.privoxy.org/faq/");
+    exit;
    case "option":
       // Used by 2.9.0+
       // Config file options
       // called as redirect.php?v=X.X.X&to=option#optionname
-      header ("Location: http://www.junkbusters.com/ht/en/ijb2man.html");
+//      header ("Location: http://www.junkbusters.com/ht/en/ijb2man.html");
+      header ("Location: http://www.privoxy.org/user-manual/configuration.html");
       exit;
    case "win":
       // Used by 2.9.0+ on WIN32
-      header ("Location: http://www.junkbusters.com/ht/en/ijbwin.html");
+//      header ("Location: http://www.junkbusters.com/ht/en/ijbwin.html");
+      header ("Location: http://www.privoxy.org/user-manual/configuration.html");
       exit;
 //   case "home":
 //      // Currently hard-wired into the code.
@@ -101,7 +104,7 @@ switch($to)
 //      header ("Location: http://www.fsf.org/copyleft/gpl.html");
 //      exit;
    default:
-      header ("Location: http://ijbswa.sourceforge.net/");
+      header ("Location: http://www.privoxy.org/");
       exit;
 }
 
-- 
2.49.0