diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-11-10 10:28:25 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 15:24:17 +0000 |
commit | 684c35b7aa0898f95ab70a5982ef74ce98107d93 (patch) | |
tree | 7c6cb2ead87d121c32ed9d21943a28b54a0bb35d /documentation/poky-ref-manual/resources.xml | |
parent | 8632404294eaa3464797cffc757add6b5d92b7dc (diff) | |
download | poky-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/resources.xml')
-rw-r--r-- | documentation/poky-ref-manual/resources.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml index c35f12c667..998a09f3c4 100644 --- a/documentation/poky-ref-manual/resources.xml +++ b/documentation/poky-ref-manual/resources.xml | |||
@@ -10,9 +10,9 @@ | |||
10 | The Yocto Project team is happy for people to experiment with the Yocto Project. | 10 | The Yocto Project team is happy for people to experiment with the Yocto Project. |
11 | A number of places exist to find help if you run into difficulties or find bugs. | 11 | A number of places exist to find help if you run into difficulties or find bugs. |
12 | To find out how to download source code, | 12 | To find out how to download source code, |
13 | see the <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#local-yp-release'> | 13 | see the <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#local-yp-release'> |
14 | Yocto Project Release</ulink> list item in | 14 | Yocto Project Release</ulink> list item in |
15 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The Yocto | 15 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The Yocto |
16 | Project Development Manual</ulink>. | 16 | Project Development Manual</ulink>. |
17 | </para> | 17 | </para> |
18 | </section> | 18 | </section> |
@@ -97,9 +97,9 @@ | |||
97 | You can submit changes to the project either by creating and sending pull requests, | 97 | You can submit changes to the project either by creating and sending pull requests, |
98 | or by submitting patches through email. | 98 | or by submitting patches through email. |
99 | For information on how to do both, see | 99 | For information on how to do both, see |
100 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#how-to-submit-a-change'> | 100 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#how-to-submit-a-change'> |
101 | How to Submit a Change</ulink> in | 101 | How to Submit a Change</ulink> in |
102 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> | 102 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'> |
103 | The Yocto Project Development Manual</ulink>. | 103 | The Yocto Project Development Manual</ulink>. |
104 | </para> | 104 | </para> |
105 | </section> | 105 | </section> |