diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-20 22:01:06 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-20 22:01:06 +0200 |
commit | 35d257851a785ad975749cc240cbd52d0518b619 (patch) | |
tree | d8fb4179a5e033444a2ceb10cb22630e54d70f48 | |
parent | d887817942f47b63fd9b81b0c074ab87ab718af0 (diff) |
Remove double slash // in some links
-rw-r--r-- | chapter08/introduction.xml | 2 | ||||
-rw-r--r-- | chapter08/revisedchroot.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/introduction.xml b/chapter08/introduction.xml index b63ce1c3e..b23175b3f 100644 --- a/chapter08/introduction.xml +++ b/chapter08/introduction.xml @@ -67,7 +67,7 @@ package building process. </para> <para>For a more complete discussion of libraries, see the discussion - <ulink url="&blfs-root;/view/&short-version;/introduction/libraries.html"> + <ulink url="&blfs-book;introduction/libraries.html"> Libraries: Static or shared?</ulink> in the BLFS book.</para> </sect2> diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index b1317c92d..3071240af 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -46,7 +46,7 @@ chroot "$LFS" /usr/bin/env -i \ <screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen> <para>For more information about libtool archive files, see the <ulink - url="&blfs-book;/introduction/la-files.html">BLFS section "About Libtool + url="&blfs-book;introduction/la-files.html">BLFS section "About Libtool Archive (.la) files"</ulink>.</para> <para>The compiler built in <xref linkend="chapter-temporary-tools"/> and |