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 --- src/html-error.c | 2 +- src/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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