Update URLs of Tinyproxy
authorMukund Sivaraman <muks@banu.com>
Mon, 28 Feb 2011 07:06:05 +0000 (12:36 +0530)
committerMukund Sivaraman <muks@banu.com>
Mon, 28 Feb 2011 07:06:05 +0000 (12:36 +0530)
README
configure.ac
src/html-error.c
src/main.c

diff --git a/README b/README
index 2b506e2603542d9d26c9ad2dbec721352fc12488..8fa37e65c964bb436c75f45272a619c31e0b469a 100644 (file)
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ administrator.
 
 For more info, please visit:
 
-<https://www.banu.com/tinyproxy/>
+<https://banu.com/tinyproxy/>
 
 
 Installation
@@ -64,16 +64,14 @@ Support
 If you are having problems with Tinyproxy, please submit a bug report
 using Tinyproxy as the product at:
 
-<https://www.banu.com/bugzilla/>
+<https://banu.com/bugzilla/>
 
 You may also wish to subscribe to the Tinyproxy mailing lists. To do so
 please visit:
 
-<https://www.banu.com/mailman/listinfo/tinyproxy-announce-list>
+<https://banu.com/mailman/listinfo/tinyproxy-announce-list>
 
-<https://www.banu.com/mailman/listinfo/tinyproxy-users-list>
-
-<https://www.banu.com/mailman/listinfo/tinyproxy-developers-list>
+<https://banu.com/mailman/listinfo/tinyproxy-list>
 
 for more information on how to subscribe and post messages to the lists.
 
@@ -91,7 +89,7 @@ Tinyproxy's source code is maintained in a Git repository. The following
 command creates a local copy of it:
 
 ----
-git clone git://www.banu.com/tinyproxy.git
+git clone git://banu.com/tinyproxy.git
 ----
 
 The easiest and preferred way to create a patch for submission is to
index a9061a5651943bb68299e6cbba9960a24c0630bf..76b7cc61cc810ebaa03c22dd5651e5efb7e6d069 100644 (file)
@@ -19,7 +19,7 @@ m4_define([tinyproxy_stable],
           m4_if(m4_eval(tinyproxy_minor_version % 2), [0], [yes], [no]))
 
 AC_INIT([Tinyproxy], [tinyproxy_version],
-       [https://www.banu.com/tinyproxy/],
+       [https://banu.com/tinyproxy/],
        [tinyproxy])
 
 AC_CANONICAL_TARGET
index 7bb54c18143429a7757148d3bba248711b7e4d14..2721a40f7271721a037c5d199c7be08a5fca18f8 100644 (file)
@@ -280,7 +280,7 @@ int add_standard_vars (struct conn_s *connptr)
         add_error_variable (connptr, "date", timebuf);
 
         add_error_variable (connptr, "website",
-                            "https://www.banu.com/tinyproxy/");
+                            "https://banu.com/tinyproxy/");
         add_error_variable (connptr, "version", VERSION);
         add_error_variable (connptr, "package", PACKAGE);
 
index a632c431d0bc9d22a84e09e4e338e0c29e63880a..a7ae9c7fa424d936674f724cf30ff716ec11806b 100644 (file)
@@ -191,7 +191,7 @@ display_usage (void)
 
         printf ("\n"
                 "For support and bug reporting instructions, please visit\n"
-                "<https://www.banu.com/tinyproxy/>.\n");
+                "<https://banu.com/tinyproxy/>.\n");
 }
 
 static int