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/kernel-manual/kernel-how-to.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'documentation/kernel-manual/kernel-how-to.xml') diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index df8605ed6f..756758d8a3 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -50,8 +50,8 @@ For another example of how to set up a local Git repository of the Linux Yocto kernel files, see the - "Linux Yocto Kernel" bulleted item in - The Yocto Project Development Manual. + "Linux Yocto Kernel" bulleted item in + The Yocto Project Development Manual. Once the Git repository is set up on your local machine, you can switch to the @@ -226,9 +226,9 @@ You can find Git documentation at . You can find a simple overview of using Git with the Yocto Project in the - "Git" + "Git" section of - The Yocto + The Yocto Project Development Manual. @@ -354,9 +354,9 @@ The Yocto Project provides scripts that help you work in a collaborative development environment. For information on these scripts, see the - "Pushing a Change Upstream and Requesting a Pull" and - "Submitting a Patch Through Email" sections in - The + "Pushing a Change Upstream and Requesting a Pull" and + "Submitting a Patch Through Email" sections in + The Yocto Project Development Manual". @@ -637,8 +637,8 @@ The messages used to commit changes are a large part of these standards. Consequently, be sure that the headers for each commit have the required information. For information on how to follow the Yocto Project commit message standards, see the - "How to Submit a Change" section in - The + "How to Submit a Change" section in + The Yocto Project Development Manual". @@ -772,8 +772,8 @@ existing similar BSP. The information is introductory in nature and does not provide step-by-step examples. For detailed information on how to create a BSP given an existing similar BSP, see - the "BSP Development Example" appendix in - The + the "BSP Development Example" appendix in + The Yocto Project Development Manual, or see the Transcript:_creating_one_generic_Atom_BSP_from_another wiki page. -- cgit v1.2.3-54-g00ecf