diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-23 18:57:29 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-23 18:57:29 +0800 |
commit | 61707b171ecaedfc9141b30e35242bef94ebbc70 (patch) | |
tree | 6e5146c25fdfef52b61189ac0116154162a9b9f8 /INSTALL | |
parent | 9a178619b934f7dca245c7cebd63dbebc4039c3b (diff) |
secure LFS URL
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -6,26 +6,26 @@ read (e.g. HTML, TXT, or PDF). If you are interested in this, then keep reading. If you are only interested in editing the XML source for re- submission to the lfs-book or lfs-dev mailing lists, then you do not need this document. Instead, you need to read the LFS Editor's Manual. See the LFS -website at http://www.linuxfromscratch.org for more information. +website at https://www.linuxfromscratch.org for more information. ------------------------------------------------------------------------------- If you want to convert the XML to HTML, install the following: * libxml2 - - http://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html + - https://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html * libxslt - - http://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html + - https://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html * DocBook DTD - - http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html + - https://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html * DocBook XSL Stylesheets - - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html + - https://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html * HTMLTidy - - http://www.linuxfromscratch.org/blfs/view/svn/general/tidy-html5.html + - https://www.linuxfromscratch.org/blfs/view/svn/general/tidy-html5.html ------------------------------------------------------------------------------- @@ -33,7 +33,7 @@ If you want to convert the XML to TXT, install the above items, and then install the following: * lynx - - http://www.linuxfromscratch.org/blfs/view/svn/basicnet/lynx.html + - https://www.linuxfromscratch.org/blfs/view/svn/basicnet/lynx.html ------------------------------------------------------------------------------- @@ -41,7 +41,7 @@ If you want to convert the XML to PDF, install the items listed above (except lynx) and then install the following: * JDK - - http://www.linuxfromscratch.org/blfs/view/svn/general/openjdk.html + - https://www.linuxfromscratch.org/blfs/view/svn/general/openjdk.html * FOP and JAI - - http://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html + - https://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html |