summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-16 16:50:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:06 +0000
commit98d3e27ecd7e931503037b72f0e994272b322e69 (patch)
tree87bed4f7d6de5ea23746584ace876659a9d52632 /documentation/sdk-manual
parente7465c91751b65dd3e37120e1b179999212792a4 (diff)
downloadpoky-98d3e27ecd7e931503037b72f0e994272b322e69.tar.gz
sdk-manual: Converted external links to internal links.
Two links that should have been to different places were overlooked. I fixed these. (From yocto-docs rev: a1681d065812546a573ed778141289a6b476cecd) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-extensible.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
index 2fd1a7ef6f..444d816a71 100644
--- a/documentation/sdk-manual/sdk-extensible.xml
+++ b/documentation/sdk-manual/sdk-extensible.xml
@@ -15,7 +15,7 @@
15 to an image, modify the source for an existing component, test 15 to an image, modify the source for an existing component, test
16 changes on the target hardware, and ease integration into the rest of 16 changes on the target hardware, and ease integration into the rest of
17 the 17 the
18 <ulink url='&YOCTO_DOCS_DEV_URL;#build-system-term'>OpenEmbedded build system</ulink>. 18 <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>.
19 <note> 19 <note>
20 For a side-by-side comparison of main features supported for an 20 For a side-by-side comparison of main features supported for an
21 extensible SDK as compared to a standard SDK, see the 21 extensible SDK as compared to a standard SDK, see the
@@ -306,7 +306,7 @@
306 The <filename>devtool add</filename> command generates 306 The <filename>devtool add</filename> command generates
307 a new recipe based on existing source code. 307 a new recipe based on existing source code.
308 This command takes advantage of the 308 This command takes advantage of the
309 <ulink url='&YOCTO_DOCS_DEV_URL;#devtool-the-workspace-layer-structure'>workspace</ulink> 309 <ulink url='&YOCTO_DOCS_REF_URL;#devtool-the-workspace-layer-structure'>workspace</ulink>
310 layer that many <filename>devtool</filename> commands 310 layer that many <filename>devtool</filename> commands
311 use. 311 use.
312 The command is flexible enough to allow you to extract source 312 The command is flexible enough to allow you to extract source