diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-11-27 15:19:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 12:04:21 +0000 |
commit | 48748377a41a697a2b280ddbecb1c39487d1b7b8 (patch) | |
tree | 256c470487c98c810fbb28ab4973d7180ac23baf /documentation/dev-manual/dev-manual-start.rst | |
parent | 8faafa99cc9a45c1920ec3ea696a9ec7fb653194 (diff) | |
download | poky-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/dev-manual/dev-manual-start.rst')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-start.rst b/documentation/dev-manual/dev-manual-start.rst index 07e822899a..1c2314c430 100644 --- a/documentation/dev-manual/dev-manual-start.rst +++ b/documentation/dev-manual/dev-manual-start.rst | |||
@@ -586,7 +586,7 @@ Working from a copy of the upstream :ref:`dev-manual/dev-manual-start:accessing | |||
586 | preferred method for obtaining and using a Yocto Project release. You | 586 | preferred method for obtaining and using a Yocto Project release. You |
587 | can view the Yocto Project Source Repositories at | 587 | can view the Yocto Project Source Repositories at |
588 | :yocto_git:`/`. In particular, you can find the ``poky`` | 588 | :yocto_git:`/`. In particular, you can find the ``poky`` |
589 | repository at :yocto_git:`/cgit.cgi/poky`. | 589 | repository at :yocto_git:`/poky`. |
590 | 590 | ||
591 | Use the following procedure to locate the latest upstream copy of the | 591 | Use the following procedure to locate the latest upstream copy of the |
592 | ``poky`` Git repository: | 592 | ``poky`` Git repository: |
@@ -600,7 +600,7 @@ Use the following procedure to locate the latest upstream copy of the | |||
600 | 600 | ||
601 | 3. *Find the URL Used to Clone the Repository:* At the bottom of the | 601 | 3. *Find the URL Used to Clone the Repository:* At the bottom of the |
602 | page, note the URL used to clone that repository | 602 | page, note the URL used to clone that repository |
603 | (e.g. :yocto_git:`/cgit.cgi/poky`). | 603 | (e.g. :yocto_git:`/poky`). |
604 | 604 | ||
605 | .. note:: | 605 | .. note:: |
606 | 606 | ||