documentation/qs-guide: Fix urls for release

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-10-21 20:02:44 +01:00
parent 7af5e26383
commit 962e548d1c
1 changed files with 7 additions and 7 deletions

View File

@ -153,8 +153,8 @@
<title>Yocto Project Release</title> <title>Yocto Project Release</title>
<para> <para>
The latest releases for Yocto Project are kept at The latest release images for the Yocto Project are kept at
<ulink url="http://yoctoproject.org/releases"></ulink>. <ulink url="http://yoctoproject.org/downloads/yoctolinux-0.9/"></ulink>.
Nightly and developmental builds are also maintained. However, for this Nightly and developmental builds are also maintained. However, for this
document a released version of Yocto Project is used. document a released version of Yocto Project is used.
</para> </para>
@ -205,10 +205,10 @@
<para> <para>
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ wget http://pokylinux.org/releases/poky-green-3.3.tar.bz2 $ wget http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2
$ tar xjf poky-green-3.3.tar.bz2 $ tar xjf poky-laverne-4.0.tar.bz2
$ source green-3.3/poky-init-build-env green-3.3-build $ source poky-4.0/poky-init-build-env poky-4.0-build
$ cd green-3.3-build $ cd poky-4.0-build
$ bitbake poky-image-sato $ bitbake poky-image-sato
$ poky-qemu qemux86 $ poky-qemu qemux86
</literallayout> </literallayout>
@ -302,7 +302,7 @@
</para> </para>
<para> <para>
You can download the pre-built Linux kernel and the file image system from <ulink url='http://pokylinux.org/releases/blinky-3.0'></ulink>. You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yoctolinux-0.9/'></ulink>.
The kernel and file image system have the following forms, respectively: The kernel and file image system have the following forms, respectively:
</para> </para>