diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-08 15:28:45 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-08 15:28:45 +0800 |
commit | 48a3830433ba3c2b1ec70da923ea2ec7272c1ec1 (patch) | |
tree | cb84618f28b27bb2289e5ab0ab9b377ae55c609b | |
parent | 8d2cfcb49fa8e5c38ba4a20c70a5ff5d06469cb5 (diff) |
use https for rivendell, to skip a redirection
-rw-r--r-- | general.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/general.ent b/general.ent index c819facd0..bde4680b8 100644 --- a/general.ent +++ b/general.ent @@ -20,7 +20,7 @@ <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY lfs-root "http://rivendell.linuxfromscratch.org/"> +<!ENTITY lfs-root "https://rivendell.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> <!ENTITY blfs-book "&blfs-root;view/&short-version;/"> <!ENTITY faq-root "&lfs-root;faq/"> |