diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-05 12:45:34 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:27 +0000 |
commit | 160b202d6222ed896475979afc074e6a9ad815d4 (patch) | |
tree | a7b1cd111bce17934ff10b1c5c2f443be4f2a9ec /documentation | |
parent | 29ae3d668c7bd1ca2d2da8b0d2912d060dea001b (diff) | |
download | poky-160b202d6222ed896475979afc074e6a9ad815d4.tar.gz |
ref-manual: Fixed targets for sdk-manual links
I had tried using a #-type target for some links designed to go
to the top of the sdk-manual. It was not working out so I removed
the targets. The links now render benign for the mega-manual as
they should and render hot for the individual manual as they should.
(From yocto-docs rev: 05e20792fa6c93618499f06adfa2d4b82f24275a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-features.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 4 | ||||
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index b1f2df5da0..02857dce38 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
@@ -356,7 +356,7 @@ | |||
356 | <filename>perf</filename>, <filename>systemtap</filename>, | 356 | <filename>perf</filename>, <filename>systemtap</filename>, |
357 | and <filename>LTTng</filename>. | 357 | and <filename>LTTng</filename>. |
358 | For general information on user-space tools, see the | 358 | For general information on user-space tools, see the |
359 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> | 359 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
360 | manual. | 360 | manual. |
361 | </para></listitem> | 361 | </para></listitem> |
362 | <listitem><para><emphasis>ssh-server-dropbear:</emphasis> | 362 | <listitem><para><emphasis>ssh-server-dropbear:</emphasis> |
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d621b3293f..251e10c83f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -15186,7 +15186,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
15186 | section. | 15186 | section. |
15187 | For information on setting up a cross-development | 15187 | For information on setting up a cross-development |
15188 | environment, see the | 15188 | environment, see the |
15189 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> | 15189 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
15190 | manual. | 15190 | manual. |
15191 | </para> | 15191 | </para> |
15192 | </glossdef> | 15192 | </glossdef> |
@@ -15245,7 +15245,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
15245 | section. | 15245 | section. |
15246 | For information on setting up a cross-development | 15246 | For information on setting up a cross-development |
15247 | environment, see the | 15247 | environment, see the |
15248 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> | 15248 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
15249 | manual. | 15249 | manual. |
15250 | </para> | 15250 | </para> |
15251 | </glossdef> | 15251 | </glossdef> |
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index b1d599d225..f1fd452a06 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -145,7 +145,7 @@ | |||
145 | <filename class="directory">tmp/deploy/images</filename>. | 145 | <filename class="directory">tmp/deploy/images</filename>. |
146 | For information on how to run pre-built images such as <filename>qemux86</filename> | 146 | For information on how to run pre-built images such as <filename>qemux86</filename> |
147 | and <filename>qemuarm</filename>, see the | 147 | and <filename>qemuarm</filename>, see the |
148 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> | 148 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
149 | manual. | 149 | manual. |
150 | For information about how to install these images, see the documentation for your | 150 | For information about how to install these images, see the documentation for your |
151 | particular board or machine. | 151 | particular board or machine. |