diff options
-rw-r--r-- | chapter01/maillists.xml | 2 | ||||
-rw-r--r-- | chapter03/creatingfs.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 4 | ||||
-rw-r--r-- | index.xml | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/chapter01/maillists.xml b/chapter01/maillists.xml index a109daa6c..d950db520 100644 --- a/chapter01/maillists.xml +++ b/chapter01/maillists.xml @@ -8,7 +8,7 @@ among others, the main development and support lists.</para> <para>For more information regarding which lists are available, how to subscribe to them, archive locations, etc. visit <ulink -url="http://www.linuxfromscratch.org/mailinglists">http://www.linuxfromscratch.org/mailinglists</ulink>.</para> +url="http://www.linuxfromscratch.org/mail.html">http://www.linuxfromscratch.org/mailinglists</ulink>.</para> </sect1> diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 4c580e8c9..ecfab9206 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -7,7 +7,7 @@ Most widely used in the Linux world is the second extended file system (ext2), but with the high-capacity hard disks of today the so-called journaling file systems are becoming increasingly popular. Here we will create an ext2 file system, but build instructions for other file systems can be found at <ulink -url="http://beyond.linuxfromscratch.org/view/cvs/postlfs/filesystems.html"/>.</para> +url="http://www.linuxfromscratch.org/blfs/view/cvs/postlfs/filesystems.html"/>.</para> <para>To create an ext2 file system on the LFS partition run the following:</para> diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 1657d067e..f0b1dd2fd 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -66,8 +66,8 @@ a summary of the test suite results, run this:</para> <para>You can compare your results to those posted to the gcc-testresults mailing list for similar configurations to your own. For an example of how -current GCC-3.2.x should look on i686-pc-linux-gnu, see -<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00204.html"/>.</para> +current GCC-3.3.1 should look on i686-pc-linux-gnu, see +<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2003-08/msg01612.html"/>.</para> <para>Note that the results contain:</para> @@ -11,9 +11,9 @@ <!ENTITY http-root "http://ftp.linuxfromscratch.org"> <!ENTITY ftp "ftp://ftp.linuxfromscratch.org/lfs-packages/cvs"> <!ENTITY http "http://downloads.linuxfromscratch.org"> -<!ENTITY hints-root "http://hints.linuxfromscratch.org/hints/"> -<!ENTITY hints-index "http://hints.linuxfromscratch.org/hints.shtml"> -<!ENTITY blfs-root "http://beyond.linuxfromscratch.org/"> +<!ENTITY hints-root "http://www.linuxfromscratch.org/hints/files/"> +<!ENTITY hints-index "http://hints.linuxfromscratch.org/hints/list.html"> +<!ENTITY blfs-root "http://www.linuxfromscratch.org/blfs/"> <!ENTITY tldp-root "http://www.tldp.org/"> <!ENTITY all-version "cvs-20030831-estimate"> |