diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | doc/getht.man | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -45,5 +45,5 @@ This software is very new, so there will undoubtedly be some bugs lingering, or parts of the program which don't work as expected. If you encounter problems, there are several ways to get help: Mailing List : http://lists.nongnu.org/mailman/listinfo/getht-general - Support Tracker : http://savannah.nongnu.org/support/?group=getht - Bug Tracker : http://savannah.nongnu.org/bugs/?group=getht + Support Tracker : http://savannah.nongnu.org/support/?func=additem&group=getht + Bug Tracker : http://savannah.nongnu.org/bugs/?func=additem&group=getht diff --git a/configure.in b/configure.in index 306a49b..a4b9e66 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(getht, 0.0.1) +AC_INIT(getht, pre_release) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADER([config.h]) diff --git a/doc/getht.man b/doc/getht.man index 3d961a7..946bb39 100644 --- a/doc/getht.man +++ b/doc/getht.man @@ -153,10 +153,10 @@ get help: .I http://lists.nongnu.org/mailman/listinfo/getht-general .TP .B Support Tracker -.I http://savannah.nongnu.org/support/?group=getht +.I http://savannah.nongnu.org/support/?func=additem&group=getht .TP .B Bug Tracker -.I http://savannah.nongnu.org/bugs/?group=getht +.I http://savannah.nongnu.org/bugs/?func=additem&group=getht .SH LICENSE Copyright 2007 Nick White |