summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/reference.rst')
-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>