summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-11-10 10:28:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-25 15:24:17 +0000
commit684c35b7aa0898f95ab70a5982ef74ce98107d93 (patch)
tree7c6cb2ead87d121c32ed9d21943a28b54a0bb35d /documentation/poky-ref-manual/usingpoky.xml
parent8632404294eaa3464797cffc757add6b5d92b7dc (diff)
downloadpoky-684c35b7aa0898f95ab70a5982ef74ce98107d93.tar.gz
documentation: Changed all manual links to point to "latest"
There are many references to YP documentation throughout the YP manual set. They used to have hard-coded links to the current release (e.g. yoctoproject.org/docs/1.1 for Edison). This created a situation where if you went to a document on the website and clicked on a external reference to another manual, you would redirect to the current manual on the website. Really, you would want to go to the latest manual, which is one that is under development. Changing the links to "yoctoproject.org/docs/latest" makes the tip of master, which is used for devloping the next release, always have references to the manuals being developed and not back to the stable released set of manuals. This "latest" and "current" scheme for the links is not perfect. What has to happen when the latest set of the manuals freezes and becomes the next stable release, all the links in the docs will need to be changed from "latest" in the URL to the new release number. So for example, all the "latest" occurences would need to be changed to "1.2". Then for the next cycle as development begins again, the links need to be infused with "latest" again. (From yocto-docs rev: a234aef34303b07671da956de0e94b352797143e) 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.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 70573ef045..d01cbaffa6 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -32,9 +32,9 @@
32 Configuration data acts as the glue to bind everything together.</para></listitem> 32 Configuration data acts as the glue to bind everything together.</para></listitem>
33 </itemizedlist> 33 </itemizedlist>
34 For more information on data, see the 34 For more information on data, see the
35 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#yocto-project-terms'> 35 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-terms'>
36 Yocto Project Terms</ulink> section in 36 Yocto Project Terms</ulink> section in
37 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 37 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
38 The Yocto Project Development Manual</ulink>. 38 The Yocto Project Development Manual</ulink>.
39 </para> 39 </para>
40 40
@@ -153,9 +153,9 @@
153 153
154 <para> 154 <para>
155 You can find information on how to build an image using the Yocto Project in the 155 You can find information on how to build an image using the Yocto Project in the
156 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'> 156 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'>
157 Building an Image</ulink> section of the 157 Building an Image</ulink> section of the
158 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 158 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
159 Yocto Project Quick Start</ulink>. 159 Yocto Project Quick Start</ulink>.
160 This section provides a quick overview. 160 This section provides a quick overview.
161 </para> 161 </para>
@@ -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/1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'> 225 <ulink url='http://www.yoctoproject.org/docs/latest/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/1.1/yocto-project-qs/yocto-project-qs.html'> 227 <ulink url='http://www.yoctoproject.org/docs/latest/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.