diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 5283e60b967211fec02c535ce302aa6850368907..e4f6fdd0bdb3feaa895b3cdc7221678ee447ec06 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* HACKING: Fix URL for the automake-gcj.
+
 2002-02-07  Tom Tromey  <tromey@redhat.com>
 
 	* java/lang/natThrowable.cc: Updated copyright.
diff --git a/libjava/HACKING b/libjava/HACKING
index 6ea549daef9e1e6f8418668e564cf3ecd896a8ab..f0ad859a6ffb12a38bb33b8ccb11f4edd7da7151 100644
--- a/libjava/HACKING
+++ b/libjava/HACKING
@@ -42,7 +42,7 @@ But note the following (thanks to Bryce McKinlay):
 > Makefile?
 Yup, you need the magic libgcj automake ;-)
 
-<ftp://ftp.freesoftware.com/.0/sourceware/java/automake-gcj-1.4.tar.gz>
+<ftp://sources.redhat.com/pub/java/automake-gcj-1.4.tar.gz>
 
 Install that (don't worry, it should still work for other projects), add your
 files to the Makefile.am, then just type "automake" and it will regenerate the