diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index e2b109c3b..cc521c8c3 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -122,7 +122,7 @@ cd build</userinput></screen> <para>Results can be compared with those located at <ulink url="&test-results;"/> and - <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>.</para> + <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para> <para>A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not resolved them yet. @@ -144,7 +144,7 @@ cd build</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> <para>Create a symlink required by the <ulink - url="http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html">FHS</ulink> + url="https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html">FHS</ulink> for "historical" reasons.</para> <screen><userinput remap="install">ln -sv ../usr/bin/cpp /lib</userinput></screen> |