summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-11 11:02:11 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:05:54 +0000
commit770f5bb22930fa1152a41bf56d3905c93e4b3955 (patch)
tree29dc2e702d0637bfc2ab51e54df57d82a2c28436 /documentation
parent44211ed50083fa2d83121681df19ff1215d2cf98 (diff)
downloadpoky-770f5bb22930fa1152a41bf56d3905c93e4b3955.tar.gz
documentation/dev-manual/dev-manual-model.xml: Updated machine link
Changed a couple of links for the yocto-1.1.1/machines area. These links were old and pointing to yoctoproject.org/downloads. They are now changed to http://downloads.yoctoproject.org/releases.. (From yocto-docs rev: cee9d5eb0b095ba647411abaf12f591e216e461f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 9e8ba8db45..201b4b39d6 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -551,12 +551,12 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
551 (QEMU or real hardware), the area you get the image from differs. 551 (QEMU or real hardware), the area you get the image from differs.
552 <itemizedlist> 552 <itemizedlist>
553 <listitem><para>Download the image from 553 <listitem><para>Download the image from
554 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1.1/machines/'> 554 <ulink url='http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/machines/'>
555 <filename>machines</filename></ulink> if your target architecture is supported 555 <filename>machines</filename></ulink> if your target architecture is supported
556 and you are going to develop and test your application on actual hardware. 556 and you are going to develop and test your application on actual hardware.
557 </para></listitem> 557 </para></listitem>
558 <listitem><para>Download the image from the 558 <listitem><para>Download the image from the
559 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1.1/machines/qemu/'> 559 <ulink url='http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/machines/qemu/'>
560 <filename>machines/qemu</filename></ulink> if your target architecture is supported 560 <filename>machines/qemu</filename></ulink> if your target architecture is supported
561 and you are going to develop and test your application using the QEMU 561 and you are going to develop and test your application using the QEMU
562 emulator.</para></listitem> 562 emulator.</para></listitem>