diff options
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/overview-manual-concepts.rst | 2 | ||||
-rw-r--r-- | documentation/overview-manual/overview-manual-development-environment.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst index 978c2b0b6f..b49284911c 100644 --- a/documentation/overview-manual/overview-manual-concepts.rst +++ b/documentation/overview-manual/overview-manual-concepts.rst | |||
@@ -385,7 +385,7 @@ figure <#general-workflow-figure>`__: | |||
385 | - *Metadata (``.bb`` + Patches):* Software layers containing | 385 | - *Metadata (``.bb`` + Patches):* Software layers containing |
386 | user-supplied recipe files, patches, and append files. A good example | 386 | user-supplied recipe files, patches, and append files. A good example |
387 | of a software layer might be the | 387 | of a software layer might be the |
388 | ```meta-qt5`` <https://github.com/meta-qt5/meta-qt5>`__ layer from | 388 | ```meta-qt5`https://github.com/meta-qt5/meta-qt5 layer from |
389 | the `OpenEmbedded Layer | 389 | the `OpenEmbedded Layer |
390 | Index <http://layers.openembedded.org/layerindex/branch/master/layers/>`__. | 390 | Index <http://layers.openembedded.org/layerindex/branch/master/layers/>`__. |
391 | This layer is for version 5.0 of the popular | 391 | This layer is for version 5.0 of the popular |
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst index 65ad1d1206..f89e9b9dd4 100644 --- a/documentation/overview-manual/overview-manual-development-environment.rst +++ b/documentation/overview-manual/overview-manual-development-environment.rst | |||
@@ -381,12 +381,12 @@ commands. | |||
381 | .. note:: | 381 | .. note:: |
382 | 382 | ||
383 | - For more information on Git, see | 383 | - For more information on Git, see |
384 | ` <http://git-scm.com/documentation>`__. | 384 | http://git-scm.com/documentation. |
385 | 385 | ||
386 | - If you need to download Git, it is recommended that you add Git to | 386 | - If you need to download Git, it is recommended that you add Git to |
387 | your system through your distribution's "software store" (e.g. for | 387 | your system through your distribution's "software store" (e.g. for |
388 | Ubuntu, use the Ubuntu Software feature). For the Git download | 388 | Ubuntu, use the Ubuntu Software feature). For the Git download |
389 | page, see ` <http://git-scm.com/download>`__. | 389 | page, see http://git-scm.com/download. |
390 | 390 | ||
391 | - For information beyond the introductory nature in this section, | 391 | - For information beyond the introductory nature in this section, |
392 | see the "`Locating Yocto Project Source | 392 | see the "`Locating Yocto Project Source |