diff options
author | Quentin Schulz <foss@0leil.net> | 2020-10-05 20:37:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:12:06 +0100 |
commit | e2a2c80de07ede2a6fc4ee595ad1587c0812d99c (patch) | |
tree | a36871aa404ce5e2db77f2a9200b3bd864fd5ac9 /documentation | |
parent | c7e06033bbd074b973f57a37cdc752649ca5eb61 (diff) | |
download | poky-e2a2c80de07ede2a6fc4ee595ad1587c0812d99c.tar.gz |
docs: poky.yaml: use HTTPS for links
Manually tested, ran linkcheck on it too.
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(From yocto-docs rev: 46912c4c7e429f01dba52071efa649e8c4fbaf06)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 7d544b41aa..ec21271a31 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
@@ -16,17 +16,17 @@ YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" | |||
16 | COPYRIGHT_YEAR : "2010-2020" | 16 | COPYRIGHT_YEAR : "2010-2020" |
17 | ORGNAME : "The Yocto Project" | 17 | ORGNAME : "The Yocto Project" |
18 | ORGEMAIL : "docs@lists.yoctoproject.org" | 18 | ORGEMAIL : "docs@lists.yoctoproject.org" |
19 | YOCTO_DL_URL : "http://downloads.yoctoproject.org" | 19 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" |
20 | YOCTO_HOME_URL : "http://www.yoctoproject.org" | 20 | YOCTO_HOME_URL : "https://www.yoctoproject.org" |
21 | YOCTO_LISTS_URL : "http://lists.yoctoproject.org" | 21 | YOCTO_LISTS_URL : "https://lists.yoctoproject.org" |
22 | YOCTO_BUGZILLA_URL : "http://bugzilla.yoctoproject.org" | 22 | YOCTO_BUGZILLA_URL : "https://bugzilla.yoctoproject.org" |
23 | YOCTO_WIKI_URL : "https://wiki.yoctoproject.org" | 23 | YOCTO_WIKI_URL : "https://wiki.yoctoproject.org" |
24 | YOCTO_AB_URL : "http://autobuilder.yoctoproject.org" | 24 | YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" |
25 | YOCTO_GIT_URL : "http://git.yoctoproject.org" | 25 | YOCTO_GIT_URL : "https://git.yoctoproject.org" |
26 | YOCTO_ADTREPO_URL : "http://adtrepo.yoctoproject.org" | 26 | YOCTO_ADTREPO_URL : "http://adtrepo.yoctoproject.org" |
27 | OE_HOME_URL : "http://www.openembedded.org" | 27 | OE_HOME_URL : "https://www.openembedded.org" |
28 | OE_LISTS_URL : "http://lists.openembedded.org/mailman" | 28 | OE_LISTS_URL : "https://lists.openembedded.org" |
29 | OE_DOCS_URL : "http://docs.openembedded.org" | 29 | OE_DOCS_URL : "https://docs.openembedded.org" |
30 | OH_HOME_URL : "http://o-hand.com" | 30 | OH_HOME_URL : "http://o-hand.com" |
31 | BITBAKE_HOME_URL : "http://developer.berlios.de/projects/bitbake/" | 31 | BITBAKE_HOME_URL : "http://developer.berlios.de/projects/bitbake/" |
32 | YOCTO_DOCS_URL : "&YOCTO_HOME_URL;/docs" | 32 | YOCTO_DOCS_URL : "&YOCTO_HOME_URL;/docs" |