summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.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/dev-manual/dev-manual-newbie.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/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 3a57942481..54dd71a525 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -170,9 +170,9 @@
170 Images are the binary output that runs on specific hardware and for specific 170 Images are the binary output that runs on specific hardware and for specific
171 use cases. 171 use cases.
172 For a list of the supported image types that the Yocto Project provides, see the 172 For a list of the supported image types that the Yocto Project provides, see the
173 "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>" 173 "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-images'>Reference: Images</ulink>"
174 appendix in 174 appendix in
175 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> 175 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'>
176 The Yocto Project Reference Manual</ulink>.</para></listitem> 176 The Yocto Project Reference Manual</ulink>.</para></listitem>
177 <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core, 177 <listitem><para><emphasis>Layer:</emphasis> A collection of recipes representing the core,
178 a BSP, or an application stack.</para></listitem> 178 a BSP, or an application stack.</para></listitem>
@@ -223,7 +223,7 @@
223 <para>You can find instruction on how to set up the Yocto Project files on your 223 <para>You can find instruction on how to set up the Yocto Project files on your
224 host development system by reading 224 host development system by reading
225 the 225 the
226 "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#getting-setup'>Getting 226 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#getting-setup'>Getting
227 Setup</ulink>" section.</para></listitem> 227 Setup</ulink>" section.</para></listitem>
228 <listitem><para><emphasis>Yocto Project Build Directory:</emphasis> 228 <listitem><para><emphasis>Yocto Project Build Directory:</emphasis>
229 This term refers to the area used by the Yocto Project for builds. 229 This term refers to the area used by the Yocto Project for builds.
@@ -593,8 +593,8 @@
593 You should send patches to the appropriate Yocto Project mailing list to get them 593 You should send patches to the appropriate Yocto Project mailing list to get them
594 in front of the Yocto Project Maintainer. 594 in front of the Yocto Project Maintainer.
595 For a list of the Yocto Project mailing lists, see the 595 For a list of the Yocto Project mailing lists, see the
596 "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#resources-mailinglist'>Mailing lists</ulink>" section in 596 "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#resources-mailinglist'>Mailing lists</ulink>" section in
597 <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'> The 597 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html'> The
598 Yocto Project Reference Manual</ulink>. 598 Yocto Project Reference Manual</ulink>.
599 </para> 599 </para>
600 600