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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst
index 4bedd6df67..a5469d4d78 100644
--- a/documentation/overview-manual/overview-manual-development-environment.rst
+++ b/documentation/overview-manual/overview-manual-development-environment.rst
@@ -422,7 +422,7 @@ files. Git uses "branches" to organize different development efforts.
422For example, the ``poky`` repository has several branches that include 422For example, the ``poky`` repository has several branches that include
423the current "&DISTRO_NAME_NO_CAP;" branch, the "master" branch, and many 423the current "&DISTRO_NAME_NO_CAP;" branch, the "master" branch, and many
424branches for past Yocto Project releases. You can see all the branches 424branches for past Yocto Project releases. You can see all the branches
425by going to https://git.yoctoproject.org/cgit.cgi/poky/ and clicking on the 425by going to :yocto_git:`/cgit.cgi/poky/` and clicking on the
426``[...]`` link beneath the "Branch" heading. 426``[...]`` link beneath the "Branch" heading.
427 427
428Each of these branches represents a specific area of development. The 428Each of these branches represents a specific area of development. The
@@ -468,7 +468,7 @@ Git uses "tags" to mark specific changes in a repository branch
468structure. Typically, a tag is used to mark a special point such as the 468structure. Typically, a tag is used to mark a special point such as the
469final change (or commit) before a project is released. You can see the 469final change (or commit) before a project is released. You can see the
470tags used with the ``poky`` Git repository by going to 470tags used with the ``poky`` Git repository by going to
471https://git.yoctoproject.org/cgit.cgi/poky/ and clicking on the ``[...]`` link 471:yocto_git:`/cgit.cgi/poky/` and clicking on the ``[...]`` link
472beneath the "Tag" heading. 472beneath the "Tag" heading.
473 473
474Some key tags for the ``poky`` repository are ``jethro-14.0.3``, 474Some key tags for the ``poky`` repository are ``jethro-14.0.3``,