summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-27 17:38:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commit424567d629b08785a6594d16427ee0fa8c31f384 (patch)
tree4985979745b1c5601f7a82c662042fb745bfd7db /documentation/dev-manual/dev-manual-start.rst
parent4bf6fc5281d1976ad7113c91a93995406cfab429 (diff)
downloadpoky-424567d629b08785a6594d16427ee0fa8c31f384.tar.gz
sphinx: manual updates for some links
Some links were not found by the regexp, especially because of they are spanning across multiple lines. This patch is a manual fixup for these patterns. (From yocto-docs rev: 7a5cf8b372903d959d4a1f0882e6198f31f3cba5) 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.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-start.rst b/documentation/dev-manual/dev-manual-start.rst
index fadc0bff3e..81fa7847e6 100644
--- a/documentation/dev-manual/dev-manual-start.rst
+++ b/documentation/dev-manual/dev-manual-start.rst
@@ -140,8 +140,7 @@ particular working environment and set of practices.
140 Following are some best practices for setting up machines used for 140 Following are some best practices for setting up machines used for
141 developing images: 141 developing images:
142 142
143 - Have the `OpenEmbedded build 143 - Have the :term:`OpenEmbedded Build System` available on
144 system <&YOCTO_DOCS_REF_URL;#build-system-term>`__ available on
145 the developer workstations so developers can run their own builds 144 the developer workstations so developers can run their own builds
146 and directly rebuild the software stack. 145 and directly rebuild the software stack.
147 146
@@ -740,8 +739,8 @@ Cloning and Checking Out Branches
740 739
741To use the Yocto Project for development, you need a release locally 740To use the Yocto Project for development, you need a release locally
742installed on your development system. This locally installed set of 741installed on your development system. This locally installed set of
743files is referred to as the `Source 742files is referred to as the :term:`Source Directory`
744Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ in the Yocto 743 in the Yocto
745Project documentation. 744Project documentation.
746 745
747The preferred method of creating your Source Directory is by using 746The preferred method of creating your Source Directory is by using