diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-10-11 13:04:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 00:31:11 +0100 |
commit | 2923cc23d11cad6fbeb180b9e85cffe226717eb5 (patch) | |
tree | 025a972161a32a93c0404c231d7d6d0818d4df5a /documentation | |
parent | 1d06f45acbedeeaeddec2e29bb264f5fc480d348 (diff) | |
download | poky-2923cc23d11cad6fbeb180b9e85cffe226717eb5.tar.gz |
documentation: Cleaned out bad links and replaced with good
The re-structuring of the web server that holds the documents created
some bad links. I thought I had gotten them all but apparently not.
this is a drawback of not being able to test things until after stuff
is done. In any case, I grepped through everything and this takes
care of it.
(From yocto-docs rev: cdbc3b3b7f6d6ff01024b977f966459cf414ad5c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 3 | ||||
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 6 | ||||
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 4 | ||||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 10 |
4 files changed, 11 insertions, 12 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 282bc55b07..a1ae8c34a8 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -100,8 +100,7 @@ | |||
100 | " | 100 | " |
101 | </literallayout> | 101 | </literallayout> |
102 | For more detailed information on layers, see the | 102 | For more detailed information on layers, see the |
103 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers'> | 103 | "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" section of the Yocto Project Reference Manual. |
104 | BitBake Layers</ulink> section of the Yocto Project Reference Manual. | ||
105 | You can also see the detailed examples in the appendices of | 104 | You can also see the detailed examples in the appendices of |
106 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> | 105 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> |
107 | The Yocto Project Development Manual</ulink>. | 106 | The Yocto Project Development Manual</ulink>. |
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index ff1d676607..f18c055652 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml | |||
@@ -91,9 +91,9 @@ | |||
91 | with other plug-ins installed into the Eclipse IDE. | 91 | with other plug-ins installed into the Eclipse IDE. |
92 | Once you have your environment setup you need to configure the Eclipse plug-in. | 92 | Once you have your environment setup you need to configure the Eclipse plug-in. |
93 | For information on how to install and configure the Eclipse plug-in, see the | 93 | For information on how to install and configure the Eclipse plug-in, see the |
94 | <ulink url='http://www.yoctoproject.org/docs/adt-manual/adt-manual.html#adt-eclipse'> | 94 | <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#adt-eclipse'> |
95 | "Working Within Eclipse"</ulink> chapter in the | 95 | "Working Within Eclipse"</ulink> chapter in the |
96 | <ulink url='http://www.yoctoproject.org/docs/adt-manual/adt-manual.html'> | 96 | <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'> |
97 | "Application Development Toolkit (ADT) User's Guide."</ulink> | 97 | "Application Development Toolkit (ADT) User's Guide."</ulink> |
98 | </para> | 98 | </para> |
99 | </section> | 99 | </section> |
@@ -102,7 +102,7 @@ | |||
102 | <title>External Development Using the QEMU Emulator</title> | 102 | <title>External Development Using the QEMU Emulator</title> |
103 | <para> | 103 | <para> |
104 | Running Poky QEMU images is covered in the | 104 | Running Poky QEMU images is covered in the |
105 | <ulink url="http://www.yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html"> | 105 | <ulink url="http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html"> |
106 | Yocto Project Quick Start</ulink> in the "A Quick Test Run" section. | 106 | Yocto Project Quick Start</ulink> in the "A Quick Test Run" section. |
107 | </para> | 107 | </para> |
108 | <para> | 108 | <para> |
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 9da2e326b9..7b24841ac0 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -222,9 +222,9 @@ | |||
222 | <filename class="directory">tmp/deploy/images</filename>. | 222 | <filename class="directory">tmp/deploy/images</filename>. |
223 | For information on how to run pre-built images such as <filename>qemux86</filename> | 223 | For information on how to run pre-built images such as <filename>qemux86</filename> |
224 | and <filename>qemuarm</filename>, see the | 224 | and <filename>qemuarm</filename>, see the |
225 | <ulink url='http://www.yoctoproject.org//docs/yocto-quick-start/yocto-project-qs.html#using-pre-built'> | 225 | <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'> |
226 | Using Pre-Built Binaries and QEMU</ulink> section in the | 226 | Using Pre-Built Binaries and QEMU</ulink> section in the |
227 | <ulink url='http://www.yoctoproject.org//docs/yocto-quick-start/yocto-project-qs.html'> | 227 | <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> |
228 | Yocto Project Quick Start</ulink>. | 228 | Yocto Project Quick Start</ulink>. |
229 | For information about how to install these images, see the documentation for your | 229 | For information about how to install these images, see the documentation for your |
230 | particular board/machine. | 230 | particular board/machine. |
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 71fb0ab729..41da903e37 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -37,7 +37,7 @@ | |||
37 | Finally, you might find the Frequently Asked Questions (FAQ) for the Yocto Project | 37 | Finally, you might find the Frequently Asked Questions (FAQ) for the Yocto Project |
38 | at <ulink url='https://wiki.yoctoproject.org/wiki/FAQ'>Yocto Project FAQ</ulink> and | 38 | at <ulink url='https://wiki.yoctoproject.org/wiki/FAQ'>Yocto Project FAQ</ulink> and |
39 | the FAQ appendix located in | 39 | the FAQ appendix located in |
40 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> | 40 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> |
41 | The Yocto Project Reference Manual</ulink> helpful. | 41 | The Yocto Project Reference Manual</ulink> helpful. |
42 | </para> | 42 | </para> |
43 | <note> | 43 | <note> |
@@ -317,7 +317,7 @@ | |||
317 | If you encounter problems with the Yocto Project finding and downloading source code, see | 317 | If you encounter problems with the Yocto Project finding and downloading source code, see |
318 | the FAQ entry "How does Poky obtain source code and will it work behind my | 318 | the FAQ entry "How does Poky obtain source code and will it work behind my |
319 | firewall or proxy server?" in | 319 | firewall or proxy server?" in |
320 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> | 320 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> |
321 | The Yocto Project Reference Manual</ulink>. | 321 | The Yocto Project Reference Manual</ulink>. |
322 | </para></note> | 322 | </para></note> |
323 | 323 | ||
@@ -410,15 +410,15 @@ | |||
410 | <filename>core-image-sato</filename> in this example. | 410 | <filename>core-image-sato</filename> in this example. |
411 | For information on the <filename>-k</filename> option use the | 411 | For information on the <filename>-k</filename> option use the |
412 | <filename>bitbake --help</filename> command or see the | 412 | <filename>bitbake --help</filename> command or see the |
413 | "<ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>BitBake</ulink>" section in | 413 | "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>BitBake</ulink>" section in |
414 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'>The Yocto Project Reference Manual</ulink>. | 414 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'>The Yocto Project Reference Manual</ulink>. |
415 | <literallayout class='monospaced'> | 415 | <literallayout class='monospaced'> |
416 | $ bitbake -k core-image-sato | 416 | $ bitbake -k core-image-sato |
417 | </literallayout> | 417 | </literallayout> |
418 | <note><para> | 418 | <note><para> |
419 | BitBake requires Python 2.6 or 2.7. For more information on this requirement, | 419 | BitBake requires Python 2.6 or 2.7. For more information on this requirement, |
420 | see the FAQ appendix in | 420 | see the FAQ appendix in |
421 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html'> | 421 | <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> |
422 | The Yocto Project Reference Manual</ulink>. | 422 | The Yocto Project Reference Manual</ulink>. |
423 | </para></note> | 423 | </para></note> |
424 | The final command runs the image: | 424 | The final command runs the image: |