diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-08-07 05:38:46 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-08-07 05:38:46 +0530 |
commit | 6f255d0900dfe676d8b54b6a30788c0ef7bab487 (patch) | |
tree | 655f1e9505e0ec08040196b75cdf405a9e9701a9 | |
parent | 4518e4334dad79f2e307c1bffb0b3272f874d1bf (diff) | |
download | tinyproxy-6f255d0900dfe676d8b54b6a30788c0ef7bab487.tar.gz tinyproxy-6f255d0900dfe676d8b54b6a30788c0ef7bab487.zip |
Update bug tracker URL
Diffstat (limited to '')
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -54,9 +54,10 @@ INSTALLATION SUPPORT - If you are having problems with tinyproxy, please submit a bug at: + If you are having problems with Tinyproxy, please submit a bug report + using Tinyproxy as the component at: - https://www.banu.com/tinyproxy/newticket + https://www.banu.com/bugzilla/ You may also wish to subscribe to the tinyproxy mailing lists. To do so please visit: diff --git a/configure.ac b/configure.ac index 14be70a..8d0aa7e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.54) -AC_INIT([Tinyproxy], [1.7.1], [https://www.banu.com/tinyproxy/newticket], [tinyproxy]) +AC_INIT([Tinyproxy], [1.7.1], [https://www.banu.com/bugzilla/enter_bug.cgi?product=Tinyproxy], [tinyproxy]) dnl AC_CONFIG_AUX_DIR(config) dnl AC_CONFIG_MACRO_DIR(config) |