From 5ad24ba99d46170513e18d615a65f835ca42e5e7 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 28 Feb 2011 12:36:05 +0530 Subject: Update URLs of Tinyproxy --- README | 12 +++++------- configure.ac | 2 +- src/html-error.c | 2 +- src/main.c | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README b/README index 2b506e2..8fa37e6 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ administrator. For more info, please visit: - + Installation @@ -64,16 +64,14 @@ Support If you are having problems with Tinyproxy, please submit a bug report using Tinyproxy as the product at: - + You may also wish to subscribe to the Tinyproxy mailing lists. To do so please visit: - + - - - + 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 diff --git a/configure.ac b/configure.ac index a9061a5..76b7cc6 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://www.banu.com/tinyproxy/], + [https://banu.com/tinyproxy/], [tinyproxy]) AC_CANONICAL_TARGET diff --git a/src/html-error.c b/src/html-error.c index 7bb54c1..2721a40 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://www.banu.com/tinyproxy/"); + "https://banu.com/tinyproxy/"); add_error_variable (connptr, "version", VERSION); add_error_variable (connptr, "package", PACKAGE); diff --git a/src/main.c b/src/main.c index a632c43..a7ae9c7 100644 --- a/src/main.c +++ b/src/main.c @@ -191,7 +191,7 @@ display_usage (void) printf ("\n" "For support and bug reporting instructions, please visit\n" - ".\n"); + ".\n"); } static int -- cgit v1.2.3