summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-01-03 23:58:17 +0100
committerMichael Adam <obnox@samba.org>2016-01-03 23:58:17 +0100
commitb036d2e055a1031f9baf579b2edae704d937be97 (patch)
tree3c2a09cef50c40e3c18f1d73211ca88e712e837a /src
parent800c3a250c410150a4560ddaf6a1853c75a516f8 (diff)
parentee832932859529080ea04fa13213aa1dcb403369 (diff)
Merge pull request #6 from rofl0r/url
update URL
Diffstat (limited to 'src')
-rw-r--r--src/html-error.c2
-rw-r--r--src/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/html-error.c b/src/html-error.c
index 2721a40..972d265 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://tinyproxy.github.io/");
add_error_variable (connptr, "version", VERSION);
add_error_variable (connptr, "package", PACKAGE);
diff --git a/src/main.c b/src/main.c
index 00c0750..ae2a3a8 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"
- "<https://banu.com/tinyproxy/>.\n");
+ "<https://tinyproxy.github.io/>.\n");
}
static int