summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2021-10-07 11:06:28 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 22:01:24 +0100
commit58645b0586d56651d2fdcd154600f333ba63beaf (patch)
tree35e919925e3a1eaeff696e4a80cbe1459df8af24 /documentation/ref-manual/variables.rst
parent8c5c32619ab3b4a3ce867db4dc9a67e636611cf3 (diff)
downloadpoky-58645b0586d56651d2fdcd154600f333ba63beaf.tar.gz
documentation: replace http with https for URLs
https has been the preferred way to access websites for many years now. Change all of the URLs with a _working_ https server/certificate to use that URL. (From yocto-docs rev: c77868c780df94356d5f21453f80ace073fade9b) Signed-off-by: Jon Mason <jdmason@kudzu.us> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 8bd7b08c6e..52561f07ce 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5855,10 +5855,10 @@ system and gives an overview of their function and contents.
5855 :term:`Build Directory`:: 5855 :term:`Build Directory`::
5856 5856
5857 PREMIRRORS:prepend = "\ 5857 PREMIRRORS:prepend = "\
5858 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 5858 git://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
5859 ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 5859 ftp://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
5860 http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 5860 http://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
5861 https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" 5861 https://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n"
5862 5862
5863 These changes cause the 5863 These changes cause the
5864 build system to intercept Git, FTP, HTTP, and HTTPS requests and 5864 build system to intercept Git, FTP, HTTP, and HTTPS requests and