diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-19 18:56:11 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-19 18:56:11 +0000 |
commit | dc6acb5b86f73b5040f24f6d7e28c4901ccc9f90 (patch) | |
tree | 4c77981ee22d0d9047854aba9986d35babcd783a /prologue/typography.xml | |
parent | 5156910bdbbcde9be049830d92aca490124ec756 (diff) |
In DocBook-NG the replacement for <ulink> is a new definition of <link>.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4544 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/typography.xml')
-rw-r--r-- | prologue/typography.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prologue/typography.xml b/prologue/typography.xml index 229767872..02a8450f2 100644 --- a/prologue/typography.xml +++ b/prologue/typography.xml @@ -30,7 +30,7 @@ show filenames, such as <filename>/etc/ld.so.conf</filename>.</para></blockquote <blockquote><para>This form of text is used for several purposes in the book, mainly to emphasize important points or items.</para></blockquote> -<para><uri xlink:href="&lfs-root;">&lfs-root;</uri></para> +<para><link xlink:href="&lfs-root;">&lfs-root;</link></para> <blockquote><para>This form of text is used for hyperlinks, both within the book and to external pages such as HOWTOs, download locations and |