Skip to content

Commit b108162

Browse files
committed
Update Tinyproxy website URLs
1 parent d37a6b2 commit b108162

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ administrator.
1515

1616
For more info, please visit:
1717

18-
<https://www.banu.com/tinyproxy/>
18+
<https://banu.com/tinyproxy/>
1919

2020

2121
Installation
@@ -64,16 +64,16 @@ Support
6464
If you are having problems with Tinyproxy, please submit a bug report
6565
using Tinyproxy as the product at:
6666

67-
<https://www.banu.com/bugzilla/>
67+
<https://banu.com/bugzilla/>
6868

6969
You may also wish to subscribe to the Tinyproxy mailing lists. To do so
7070
please visit:
7171

72-
<https://www.banu.com/mailman/listinfo/tinyproxy-announce-list>
72+
<https://banu.com/mailman/listinfo/tinyproxy-announce-list>
7373

74-
<https://www.banu.com/mailman/listinfo/tinyproxy-users-list>
74+
<https://banu.com/mailman/listinfo/tinyproxy-users-list>
7575

76-
<https://www.banu.com/mailman/listinfo/tinyproxy-developers-list>
76+
<https://banu.com/mailman/listinfo/tinyproxy-developers-list>
7777

7878
for more information on how to subscribe and post messages to the lists.
7979

@@ -91,7 +91,7 @@ Tinyproxy's source code is maintained in a Git repository. The following
9191
command creates a local copy of it:
9292

9393
----
94-
git clone git://www.banu.com/tinyproxy.git
94+
git clone git://banu.com/tinyproxy.git
9595
----
9696

9797
The easiest and preferred way to create a patch for submission is to

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ against the current tree and I'll integrate it if possible.
4040
access to tinyproxy via a user name/password pair. Check the
4141
HTTP/1.1 RFC for more information. [Suggested: Tyrone Tranmer]
4242

43-
==> https://www.banu.com/bugzilla/show_bug.cgi?id=13
43+
==> https://banu.com/bugzilla/show_bug.cgi?id=13
4444

4545
* Remove common.h and fix order of headers
4646

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ m4_define([tinyproxy_stable],
1919
m4_if(m4_eval(tinyproxy_minor_version % 2), [0], [yes], [no]))
2020

2121
AC_INIT([Tinyproxy], [tinyproxy_version],
22-
[https://www.banu.com/bugzilla/enter_bug.cgi?product=tinyproxy],
22+
[https://banu.com/bugzilla/enter_bug.cgi?product=tinyproxy],
2323
[tinyproxy])
2424

2525
AC_CANONICAL_TARGET

docs/man5/tinyproxy.conf.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ BUGS
343343
----
344344

345345
To report bugs in Tinyproxy, please visit
346-
<https://www.banu.com/tinyproxy/support/[https://www.banu.com/tinyproxy/support/]>.
346+
<https://banu.com/tinyproxy/[https://banu.com/tinyproxy/]>.
347347

348348

349349
SEE ALSO

docs/man8/tinyproxy.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ BUGS
136136
----
137137

138138
To report bugs in Tinyproxy, please visit
139-
<https://www.banu.com/tinyproxy/support/[https://www.banu.com/tinyproxy/support/]>.
139+
<https://banu.com/tinyproxy/[https://banu.com/tinyproxy/]>.
140140

141141

142142
SEE ALSO

src/html-error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ int add_standard_vars (struct conn_s *connptr)
280280
add_error_variable (connptr, "date", timebuf);
281281

282282
add_error_variable (connptr, "website",
283-
"https://www.banu.com/tinyproxy/");
283+
"https://banu.com/tinyproxy/");
284284
add_error_variable (connptr, "version", VERSION);
285285
add_error_variable (connptr, "package", PACKAGE);
286286

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ display_usage (void)
191191

192192
printf ("\n"
193193
"For support and bug reporting instructions, please visit\n"
194-
"<https://www.banu.com/tinyproxy/support/>.\n");
194+
"<https://banu.com/tinyproxy/>.\n");
195195
}
196196

197197
static int

0 commit comments

Comments
 (0)