summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-development-environment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/overview-manual-development-environment.rst')
-rw-r--r--documentation/overview-manual/overview-manual-development-environment.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst
index 983e1919ef..5baf08946b 100644
--- a/documentation/overview-manual/overview-manual-development-environment.rst
+++ b/documentation/overview-manual/overview-manual-development-environment.rst
@@ -416,7 +416,7 @@ files. Git uses "branches" to organize different development efforts.
416For example, the ``poky`` repository has several branches that include 416For example, the ``poky`` repository has several branches that include
417the current "&DISTRO_NAME_NO_CAP;" branch, the "master" branch, and many 417the current "&DISTRO_NAME_NO_CAP;" branch, the "master" branch, and many
418branches for past Yocto Project releases. You can see all the branches 418branches for past Yocto Project releases. You can see all the branches
419by going to https://git.yoctoproject.org/cgit.cgi/poky/ and clicking on the 419by going to :yocto_git:`/poky/` and clicking on the
420``[...]`` link beneath the "Branch" heading. 420``[...]`` link beneath the "Branch" heading.
421 421
422Each of these branches represents a specific area of development. The 422Each of these branches represents a specific area of development. The
@@ -461,9 +461,8 @@ Yocto Project Release.
461Git uses "tags" to mark specific changes in a repository branch 461Git uses "tags" to mark specific changes in a repository branch
462structure. Typically, a tag is used to mark a special point such as the 462structure. Typically, a tag is used to mark a special point such as the
463final change (or commit) before a project is released. You can see the 463final change (or commit) before a project is released. You can see the
464tags used with the ``poky`` Git repository by going to 464tags used with the ``poky`` Git repository by going to :yocto_git:`/poky/`
465https://git.yoctoproject.org/cgit.cgi/poky/ and clicking on the ``[...]`` link 465and clicking on the ``[...]`` link beneath the "Tag" heading.
466beneath the "Tag" heading.
467 466
468Some key tags for the ``poky`` repository are ``jethro-14.0.3``, 467Some key tags for the ``poky`` repository are ``jethro-14.0.3``,
469``morty-16.0.1``, ``pyro-17.0.0``, and 468``morty-16.0.1``, ``pyro-17.0.0``, and