]> granicus.if.org Git - mutt/commitdiff
fix libiconv URL. #959.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 8 Jan 2002 12:15:48 +0000 (12:15 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 8 Jan 2002 12:15:48 +0000 (12:15 +0000)
INSTALL
NEWS

diff --git a/INSTALL b/INSTALL
index 3eba58ab07e37c7bbdd32b39827b8be5a0cb10e3..7590fffa2513c46f5eea71bd24e55d9d3e1d9a24 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -39,7 +39,7 @@ systems:
 - Mutt needs an implementation of the iconv API for character set
   conversions.  A free one can be found under the following URL:
 
-       http://clisp.cons.org/~haible/packages-libiconv.html
+       http://www.gnu.org/software/libiconv/
 
 
 
diff --git a/NEWS b/NEWS
index a999f9e550ae89972a5719a1c2ad1136271b9a31..ef8e44b1882107b281b50248db3c4b0d9c4d30cb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -54,7 +54,7 @@ Character set support
 - Mutt now uses the iconv interface for character set conversions.
   This means that you need either a very modern libc, or Bruno
   Haible's libiconv, which is available from
-  <http://clisp.cons.org/~haible/packages-libiconv.html>.
+  <http://www.gnu.org/software/libiconv/>.
 
 - With sufficiently recent versions of ncurses and slang, mutt works
   properly in utf-8 locales.