mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
c7e06033bb
commit
e2a2c80de0
|
|
@ -16,17 +16,17 @@ YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
|
|||
COPYRIGHT_YEAR : "2010-2020"
|
||||
ORGNAME : "The Yocto Project"
|
||||
ORGEMAIL : "docs@lists.yoctoproject.org"
|
||||
YOCTO_DL_URL : "http://downloads.yoctoproject.org"
|
||||
YOCTO_HOME_URL : "http://www.yoctoproject.org"
|
||||
YOCTO_LISTS_URL : "http://lists.yoctoproject.org"
|
||||
YOCTO_BUGZILLA_URL : "http://bugzilla.yoctoproject.org"
|
||||
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
|
||||
YOCTO_HOME_URL : "https://www.yoctoproject.org"
|
||||
YOCTO_LISTS_URL : "https://lists.yoctoproject.org"
|
||||
YOCTO_BUGZILLA_URL : "https://bugzilla.yoctoproject.org"
|
||||
YOCTO_WIKI_URL : "https://wiki.yoctoproject.org"
|
||||
YOCTO_AB_URL : "http://autobuilder.yoctoproject.org"
|
||||
YOCTO_GIT_URL : "http://git.yoctoproject.org"
|
||||
YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
|
||||
YOCTO_GIT_URL : "https://git.yoctoproject.org"
|
||||
YOCTO_ADTREPO_URL : "http://adtrepo.yoctoproject.org"
|
||||
OE_HOME_URL : "http://www.openembedded.org"
|
||||
OE_LISTS_URL : "http://lists.openembedded.org/mailman"
|
||||
OE_DOCS_URL : "http://docs.openembedded.org"
|
||||
OE_HOME_URL : "https://www.openembedded.org"
|
||||
OE_LISTS_URL : "https://lists.openembedded.org"
|
||||
OE_DOCS_URL : "https://docs.openembedded.org"
|
||||
OH_HOME_URL : "http://o-hand.com"
|
||||
BITBAKE_HOME_URL : "http://developer.berlios.de/projects/bitbake/"
|
||||
YOCTO_DOCS_URL : "&YOCTO_HOME_URL;/docs"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user