diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-09 08:40:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:08 +0100 |
commit | ef25f6b9502306af7c8a3ef4ac2c1d056a107005 (patch) | |
tree | 9241b28a14683236be1bd48d2b6dd14197a576c7 /documentation | |
parent | 7306ab1ba2500620ef62b069e1d22ce53dd236b7 (diff) | |
download | poky-ef25f6b9502306af7c8a3ef4ac2c1d056a107005.tar.gz |
mega-manual: Fixed various links to the dev-manual
Found a few links that were not using the correct wording when
referencing a section to the dev-manual. Also, fixed one link
that was assuming a section outside the dev-manual when the
link was to a section inside the dev-manual.
(From yocto-docs rev: 7a577b135e1a01d6a9924ba89733e46d029c6cca)
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/dev-manual/dev-manual-common-tasks.xml | 4 | ||||
-rw-r--r-- | documentation/ref-manual/faq.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/migration.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 093cc37cee..175f4d4299 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -4259,8 +4259,8 @@ | |||
4259 | You need to be sure that your development host is | 4259 | You need to be sure that your development host is |
4260 | set up to use the Yocto Project. | 4260 | set up to use the Yocto Project. |
4261 | For information on how to set up your host, see the | 4261 | For information on how to set up your host, see the |
4262 | "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-the-development-host-to-use-the-yocto-project'>Setting Up the Development Host to Use the Yocto Project</ulink>" | 4262 | "<link linkend='setting-up-the-development-host-to-use-the-yocto-project'>Setting Up the Development Host to Use the Yocto Project</link>" |
4263 | section in the Yocto Project Development Tasks Manual. | 4263 | section. |
4264 | </para></listitem> | 4264 | </para></listitem> |
4265 | <listitem><para> | 4265 | <listitem><para> |
4266 | <emphasis>Make Sure Git is Configured:</emphasis> | 4266 | <emphasis>Make Sure Git is Configured:</emphasis> |
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index c0ec1a6fb9..3c3351f4e6 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml | |||
@@ -143,7 +143,7 @@ | |||
143 | To add a package, you need to create a BitBake recipe. | 143 | To add a package, you need to create a BitBake recipe. |
144 | For information on how to create a BitBake recipe, see the | 144 | For information on how to create a BitBake recipe, see the |
145 | "<ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-writing-a-new-recipe'>Writing a New Recipe</ulink>" | 145 | "<ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-writing-a-new-recipe'>Writing a New Recipe</ulink>" |
146 | in the Yocto Project Development Tasks Manual. | 146 | section in the Yocto Project Development Tasks Manual. |
147 | </para> | 147 | </para> |
148 | </answer> | 148 | </answer> |
149 | </qandaentry> | 149 | </qandaentry> |
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index bccbeed3b9..d8620eefd9 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -442,7 +442,7 @@ | |||
442 | at <filename>meta/recipes-core/init-ifupdown</filename>. | 442 | at <filename>meta/recipes-core/init-ifupdown</filename>. |
443 | For information on how to use append files, see the | 443 | For information on how to use append files, see the |
444 | "<ulink url='&YOCTO_DOCS_DEV_URL;#using-bbappend-files'>Using .bbappend Files</ulink>" | 444 | "<ulink url='&YOCTO_DOCS_DEV_URL;#using-bbappend-files'>Using .bbappend Files</ulink>" |
445 | in the Yocto Project Development Tasks Manual. | 445 | section in the Yocto Project Development Tasks Manual. |
446 | </para> | 446 | </para> |
447 | </section> | 447 | </section> |
448 | 448 | ||