summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
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/toaster-manual
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/toaster-manual')
-rw-r--r--documentation/toaster-manual/reference.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst
index c0d02ff9ab..1bb9f98cca 100644
--- a/documentation/toaster-manual/reference.rst
+++ b/documentation/toaster-manual/reference.rst
@@ -296,7 +296,7 @@ The following defines the releases when you create a new project:
296 <field type="CharField" name="description">Yocto Project &DISTRO; "&DISTRO_NAME;"</field> 296 <field type="CharField" name="description">Yocto Project &DISTRO; "&DISTRO_NAME;"</field>
297 <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field> 297 <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field>
298 <field type="CharField" name="branch_name">&DISTRO_NAME_NO_CAP;</field> 298 <field type="CharField" name="branch_name">&DISTRO_NAME_NO_CAP;</field>
299 <field type="TextField" name="helptext">Toaster will run your builds using the tip of the <a href="http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=&DISTRO_NAME_NO_CAP;">Yocto Project &DISTRO_NAME; branch</a>.</field> 299 <field type="TextField" name="helptext">Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=&DISTRO_NAME_NO_CAP;">Yocto Project &DISTRO_NAME; branch</a>.</field>
300 </object> 300 </object>
301 301
302The "pk" value must match the above respective BitBake version record. 302The "pk" value must match the above respective BitBake version record.
@@ -333,9 +333,9 @@ that includes the layer. In general all releases include the layer.
333 <field type="CharField" name="name">openembedded-core</field> 333 <field type="CharField" name="name">openembedded-core</field>
334 <field type="CharField" name="layer_index_url"></field> 334 <field type="CharField" name="layer_index_url"></field>
335 <field type="CharField" name="vcs_url">git://git.yoctoproject.org/poky</field> 335 <field type="CharField" name="vcs_url">git://git.yoctoproject.org/poky</field>
336 <field type="CharField" name="vcs_web_url">http://git.yoctoproject.org/cgit/cgit.cgi/poky</field> 336 <field type="CharField" name="vcs_web_url">https://git.yoctoproject.org/cgit/cgit.cgi/poky</field>
337 <field type="CharField" name="vcs_web_tree_base_url">http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/%path%?h=%branch%</field> 337 <field type="CharField" name="vcs_web_tree_base_url">https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/%path%?h=%branch%</field>
338 <field type="CharField" name="vcs_web_file_base_url">http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/%path%?h=%branch%</field> 338 <field type="CharField" name="vcs_web_file_base_url">https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/%path%?h=%branch%</field>
339 </object> 339 </object>
340 <object model="orm.layer_version" pk="1"> 340 <object model="orm.layer_version" pk="1">
341 <field rel="ManyToOneRel" to="orm.layer" name="layer">1</field> 341 <field rel="ManyToOneRel" to="orm.layer" name="layer">1</field>