diff options
author | Mukund Sivaraman <muks@banu.com> | 2010-03-28 10:27:40 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2010-03-28 10:27:40 +0530 |
commit | 34088e2175c61244ac504f713de9d9c7930a1081 (patch) | |
tree | e44b20e7e3b59e24957bd5435ae30e8fe8ff9cf6 | |
parent | b108162dfb408b4818a6ea8b2a148ddaf1506bbe (diff) | |
download | tinyproxy-34088e2175c61244ac504f713de9d9c7930a1081.tar.gz tinyproxy-34088e2175c61244ac504f713de9d9c7930a1081.zip |
Revert "Update Tinyproxy website URLs"
This reverts commit b108162dfb408b4818a6ea8b2a148ddaf1506bbe.
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 2 | ||||
-rw-r--r-- | docs/man8/tinyproxy.txt.in | 2 | ||||
-rw-r--r-- | src/html-error.c | 2 | ||||
-rw-r--r-- | src/main.c | 2 |
7 files changed, 12 insertions, 12 deletions
@@ -15,7 +15,7 @@ administrator. For more info, please visit: -<https://banu.com/tinyproxy/> +<https://www.banu.com/tinyproxy/> Installation @@ -64,16 +64,16 @@ Support If you are having problems with Tinyproxy, please submit a bug report using Tinyproxy as the product at: -<https://banu.com/bugzilla/> +<https://www.banu.com/bugzilla/> You may also wish to subscribe to the Tinyproxy mailing lists. To do so please visit: -<https://banu.com/mailman/listinfo/tinyproxy-announce-list> +<https://www.banu.com/mailman/listinfo/tinyproxy-announce-list> -<https://banu.com/mailman/listinfo/tinyproxy-users-list> +<https://www.banu.com/mailman/listinfo/tinyproxy-users-list> -<https://banu.com/mailman/listinfo/tinyproxy-developers-list> +<https://www.banu.com/mailman/listinfo/tinyproxy-developers-list> for more information on how to subscribe and post messages to the lists. @@ -91,7 +91,7 @@ Tinyproxy's source code is maintained in a Git repository. The following command creates a local copy of it: ---- -git clone git://banu.com/tinyproxy.git +git clone git://www.banu.com/tinyproxy.git ---- The easiest and preferred way to create a patch for submission is to @@ -40,7 +40,7 @@ against the current tree and I'll integrate it if possible. access to tinyproxy via a user name/password pair. Check the HTTP/1.1 RFC for more information. [Suggested: Tyrone Tranmer] - ==> https://banu.com/bugzilla/show_bug.cgi?id=13 + ==> https://www.banu.com/bugzilla/show_bug.cgi?id=13 * Remove common.h and fix order of headers diff --git a/configure.ac b/configure.ac index 508f7d4..7d326c1 100644 --- a/configure.ac +++ b/configure.ac @@ -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://banu.com/bugzilla/enter_bug.cgi?product=tinyproxy], + [https://www.banu.com/bugzilla/enter_bug.cgi?product=tinyproxy], [tinyproxy]) AC_CANONICAL_TARGET diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 771db52..e7ffcd1 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -343,7 +343,7 @@ BUGS ---- To report bugs in Tinyproxy, please visit -<https://banu.com/tinyproxy/[https://banu.com/tinyproxy/]>. +<https://www.banu.com/tinyproxy/support/[https://www.banu.com/tinyproxy/support/]>. SEE ALSO diff --git a/docs/man8/tinyproxy.txt.in b/docs/man8/tinyproxy.txt.in index 1b9f31a..24c5e30 100644 --- a/docs/man8/tinyproxy.txt.in +++ b/docs/man8/tinyproxy.txt.in @@ -136,7 +136,7 @@ BUGS ---- To report bugs in Tinyproxy, please visit -<https://banu.com/tinyproxy/[https://banu.com/tinyproxy/]>. +<https://www.banu.com/tinyproxy/support/[https://www.banu.com/tinyproxy/support/]>. SEE ALSO diff --git a/src/html-error.c b/src/html-error.c index 2721a40..7bb54c1 100644 --- a/src/html-error.c +++ b/src/html-error.c @@ -280,7 +280,7 @@ int add_standard_vars (struct conn_s *connptr) add_error_variable (connptr, "date", timebuf); add_error_variable (connptr, "website", - "https://banu.com/tinyproxy/"); + "https://www.banu.com/tinyproxy/"); add_error_variable (connptr, "version", VERSION); add_error_variable (connptr, "package", PACKAGE); @@ -191,7 +191,7 @@ display_usage (void) printf ("\n" "For support and bug reporting instructions, please visit\n" - "<https://banu.com/tinyproxy/>.\n"); + "<https://www.banu.com/tinyproxy/support/>.\n"); } static int |