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 /general.ent | |
parent | 9a178619b934f7dca245c7cebd63dbebc4039c3b (diff) |
secure LFS URL
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general.ent b/general.ent index bde4680b8..87473b365 100644 --- a/general.ent +++ b/general.ent @@ -20,7 +20,7 @@ <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY lfs-root "https://rivendell.linuxfromscratch.org/"> +<!ENTITY lfs-root "https://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> <!ENTITY blfs-book "&blfs-root;view/&short-version;/"> <!ENTITY faq-root "&lfs-root;faq/"> @@ -38,7 +38,7 @@ <!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/"> <!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/"> -<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/"> +<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/"> <!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/LFS"> |