diff options
| author | Quentin Schulz <foss@0leil.net> | 2020-10-05 20:37:22 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-04 10:55:01 +0000 |
| commit | 017be0a95668577ff8bf2c5462ed50318ed785db (patch) | |
| tree | fb9280f9be92e6c77680929d5c288fd9f00f951f /documentation | |
| parent | 76eba84fa72428c076eaa535d6bca6732a9e5353 (diff) | |
| download | poky-017be0a95668577ff8bf2c5462ed50318ed785db.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: 9099cd175a65aedff03a43ed43de90217750dc3c)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 46912c4c7e429f01dba52071efa649e8c4fbaf06)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
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 457a1915cd..e489101e75 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" |
