summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/introduction.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/introduction.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/introduction.xml')
-rw-r--r--documentation/poky-ref-manual/introduction.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 492af718bc..8139feb931 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -15,7 +15,7 @@
15 construct complete Linux images. 15 construct complete Linux images.
16 You can find complete introductory and getting started information on the Yocto Project 16 You can find complete introductory and getting started information on the Yocto Project
17 by reading the 17 by reading the
18 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 18 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
19 Yocto Project Quick Start</ulink>. 19 Yocto Project Quick Start</ulink>.
20 You can also find lots of information on the Yocto Project on the 20 You can also find lots of information on the Yocto Project on the
21 <ulink url="http://www.yoctoproject.org">Yocto Project website</ulink>. 21 <ulink url="http://www.yoctoproject.org">Yocto Project website</ulink>.
@@ -90,9 +90,9 @@
90<title>System Requirements</title> 90<title>System Requirements</title>
91 <para> 91 <para>
92 For Yocto Project system requirements, see the 92 For Yocto Project system requirements, see the
93 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#resources'> 93 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#resources'>
94 What You Need and How You Get It</ulink> section in the 94 What You Need and How You Get It</ulink> section in the
95 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> 95 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
96 Yocto Project Quick Start</ulink>. 96 Yocto Project Quick Start</ulink>.
97 </para> 97 </para>
98</section> 98</section>
@@ -125,9 +125,9 @@
125 You can get these files by downloading a Yocto Project release tarball and unpacking it, 125 You can get these files by downloading a Yocto Project release tarball and unpacking it,
126 or by establishing a Git repository of the files. 126 or by establishing a Git repository of the files.
127 For information on both these methods, see 127 For information on both these methods, see
128 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#getting-setup'> 128 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#getting-setup'>
129 Getting Setup</ulink> section in 129 Getting Setup</ulink> section in
130 <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> 130 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
131 The Yocto Project Development Manual</ulink>. 131 The Yocto Project Development Manual</ulink>.
132 </para> 132 </para>
133</section> 133</section>