From 770f5bb22930fa1152a41bf56d3905c93e4b3955 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Jan 2012 11:02:11 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 4 ++-- 1 file 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 (QEMU or real hardware), the area you get the image from differs. Download the image from - + machines if your target architecture is supported and you are going to develop and test your application on actual hardware. Download the image from the - + machines/qemu if your target architecture is supported and you are going to develop and test your application using the QEMU emulator.