aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-09-05 09:52:05 +0800
committerXi Ruoyao <xry111@xry111.site>2022-09-05 09:52:05 +0800
commitfb66c4c583c51e75d917dbaab1a3ccde2b983a5e (patch)
tree304d7a055cd193b9d54220b8618f6f37a11574a0 /chapter08
parentbaecd49c4865de67ddddab00469a093bec18c904 (diff)
some http -> https changes
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/pkgmgt.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/pkgmgt.xml b/chapter08/pkgmgt.xml
index 27e9c9cda..b925a976f 100644
--- a/chapter08/pkgmgt.xml
+++ b/chapter08/pkgmgt.xml
@@ -283,7 +283,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
<para>This approach is used by most of the package managers found in the
commercial distributions. Examples of package managers that follow this
approach are RPM (which, incidentally, is required by the <ulink
- url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux
+ url="https://refspecs.linuxfoundation.org/lsb.shtml">Linux
Standard Base Specification</ulink>), pkg-utils, Debian's apt, and
Gentoo's Portage system. A hint describing how to adopt this style of
package management for LFS systems is located at <ulink
@@ -296,7 +296,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
archives. This system purposely does not handle package dependencies
as more complex package managers do. For details of Slackware package
management, see <ulink
- url="http://www.slackbook.org/html/package-management.html"/>.</para>
+ url="https://www.slackbook.org/html/package-management.html"/>.</para>
</sect3>
<sect3>