diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-05 09:52:05 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-05 09:52:05 +0800 |
commit | fb66c4c583c51e75d917dbaab1a3ccde2b983a5e (patch) | |
tree | 304d7a055cd193b9d54220b8618f6f37a11574a0 /prologue/prerequisites.xml | |
parent | baecd49c4865de67ddddab00469a093bec18c904 (diff) |
some http -> https changes
Diffstat (limited to 'prologue/prerequisites.xml')
-rw-r--r-- | prologue/prerequisites.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prologue/prerequisites.xml b/prologue/prerequisites.xml index 05701ffb2..65042e2a5 100644 --- a/prologue/prerequisites.xml +++ b/prologue/prerequisites.xml @@ -30,7 +30,7 @@ <itemizedlist> <listitem> <para>Software-Building-HOWTO - <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para> + <ulink url="https://tldp.org/HOWTO/Software-Building-HOWTO.html"/></para> <para>This is a comprehensive guide to building and installing <quote>generic</quote> Unix software packages under Linux. Although it @@ -40,7 +40,7 @@ <listitem> <para>Beginner's Guide to Installing from Source - <ulink url="http://moi.vonos.net/linux/beginners-installing-from-source/"/></para> + <ulink url="https://moi.vonos.net/linux/beginners-installing-from-source/"/></para> <para>This guide provides a good summary of basic skills and techniques needed to build software from source code.</para> |