diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-03 14:46:31 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:05:50 +0000 |
commit | d5848aa719d3e25585d124e7296c1147d000b91b (patch) | |
tree | e940502a285cbfbf946ab07e38ba4b328a570b5b /documentation/poky-ref-manual/usingpoky.xml | |
parent | 9edf601d2d078c43863f625f326118835de74540 (diff) | |
download | poky-d5848aa719d3e25585d124e7296c1147d000b91b.tar.gz |
documentation: cross-manual links hard-coded for 1.1.1 release.
All the links to any YP manual for the 1.1.1 release now use
"http://www.yoctoproject.org/docs/1.1.1/....".
(From yocto-docs rev: 178d16e8693550341a4d307e36af934ce0bfe4c3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 833acf7403..183d4b357a 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -15,9 +15,9 @@ | |||
15 | <para> | 15 | <para> |
16 | You can find general information on how to build an image using the | 16 | You can find general information on how to build an image using the |
17 | Yocto Project in the | 17 | Yocto Project in the |
18 | <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'> | 18 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#building-image'> |
19 | Building an Image</ulink> section of the | 19 | Building an Image</ulink> section of the |
20 | <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> | 20 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'> |
21 | Yocto Project Quick Start</ulink>. | 21 | Yocto Project Quick Start</ulink>. |
22 | This section provides a summary of the build process and provides information | 22 | This section provides a summary of the build process and provides information |
23 | for less obvious aspects of the build process. | 23 | for less obvious aspects of the build process. |
@@ -93,9 +93,9 @@ | |||
93 | <filename class="directory">tmp/deploy/images</filename>. | 93 | <filename class="directory">tmp/deploy/images</filename>. |
94 | For information on how to run pre-built images such as <filename>qemux86</filename> | 94 | For information on how to run pre-built images such as <filename>qemux86</filename> |
95 | and <filename>qemuarm</filename>, see the | 95 | and <filename>qemuarm</filename>, see the |
96 | <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'> | 96 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'> |
97 | Using Pre-Built Binaries and QEMU</ulink> section in the | 97 | Using Pre-Built Binaries and QEMU</ulink> section in the |
98 | <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> | 98 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html'> |
99 | Yocto Project Quick Start</ulink>. | 99 | Yocto Project Quick Start</ulink>. |
100 | For information about how to install these images, see the documentation for your | 100 | For information about how to install these images, see the documentation for your |
101 | particular board/machine. | 101 | particular board/machine. |