From 684c35b7aa0898f95ab70a5982ef74ce98107d93 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 10 Nov 2011 10:28:25 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 4 ++-- documentation/adt-manual/adt-manual.xml | 2 +- documentation/adt-manual/adt-package.xml | 4 ++-- documentation/adt-manual/adt-prepare.xml | 12 ++++++------ 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'documentation/adt-manual') diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index c1b241c567..764f808e7e 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -349,8 +349,8 @@ The pull-down menu should have the supported architectures. If the architecture you need is not listed in the menu, you will need to build the image. - See the "Building an Image" section of the - + See the "Building an Image" section of the + The Yocto Project Quick Start for more information. diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml index e6f3116b3a..7b6b73f45e 100644 --- a/documentation/adt-manual/adt-manual.xml +++ b/documentation/adt-manual/adt-manual.xml @@ -58,7 +58,7 @@ Due to production processes, there could be differences between the Yocto Project documentation bundled in the release tarball and the - + Application Developer's Toolkit (ADT) User's Guide on the Yocto Project website. For the latest version of this manual, see the manual on the website. diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index c035c2d011..41e62b1446 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml @@ -54,8 +54,8 @@ For build performance information related to the PMS, see - Packaging - package*.bbclass - in + Packaging - package*.bbclass + in The Yocto Project Reference Manual. diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 3fa59ec19e..098ff75ec7 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -164,9 +164,9 @@ The ADT Installer requires the libtool package to complete. If you install the recommended packages as described in the - "Packages" + "Packages" section of - + The Yocto Project Quick Start, then you will have libtool installed. @@ -330,9 +330,9 @@ To get the kernel and filesystem images, you either have to build them or download pre-built versions. You can find examples for both these situations in the - "A + "A Quick Test Run" section of - + The Yocto Project Quick Start. @@ -345,8 +345,8 @@ area - and are ideal for experimentation within Yocto Project. For information on the image types you can build using the Yocto Project, see the - "Reference: Images" appendix in - + "Reference: Images" appendix in + The Yocto Project Reference Manual. -- cgit v1.2.3-54-g00ecf