summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-development-environment.rst
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-11-27 15:19:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-03 12:04:21 +0000
commit48748377a41a697a2b280ddbecb1c39487d1b7b8 (patch)
tree256c470487c98c810fbb28ab4973d7180ac23baf /documentation/overview-manual/overview-manual-development-environment.rst
parent8faafa99cc9a45c1920ec3ea696a9ec7fb653194 (diff)
downloadpoky-48748377a41a697a2b280ddbecb1c39487d1b7b8.tar.gz
documentation: Simplify yocto_git links
The yocto_git external link directive is modified to include the `/cgit/cgit.cgi` element of the URL so that we can simplify the links in the text. Manual links to git.yoctoproject.org are converted to use the yocto_git directive where possible. Note that this directive can't be used in some places such as example code. (From yocto-docs rev: 3a8ba5dcc783411c73fe49fb217cbc4d6528d9a7) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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