diff options
author | rofl0r <retnyg@gmx.net> | 2016-01-03 21:16:21 +0000 |
---|---|---|
committer | rofl0r <retnyg@gmx.net> | 2016-01-03 21:16:21 +0000 |
commit | ee832932859529080ea04fa13213aa1dcb403369 (patch) | |
tree | 3c2a09cef50c40e3c18f1d73211ca88e712e837a /src/html-error.c | |
parent | 800c3a250c410150a4560ddaf6a1853c75a516f8 (diff) |
update URL
Diffstat (limited to 'src/html-error.c')
-rw-r--r-- | src/html-error.c | 2 |
1 files changed, 1 insertions, 1 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); |