summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-05 05:26:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-06 18:51:12 +0100
commit51b3d9dd5325e8e9ff64d6085c139bea2c2bcb21 (patch)
treee10bb1c9a4c67e06e128b20891d0d3737deec955 /documentation/dev-manual/dev-manual-model.xml
parentbc885cd8d343ad003391222429222526dba175ad (diff)
downloadpoky-51b3d9dd5325e8e9ff64d6085c139bea2c2bcb21.tar.gz
documentation: Fixed links for yocto-1.1
After greping through the documentation directory, I addressed all the <ulink> statements that used to have yocto-1.0 in the URL. They are now yocto-1.1. (From yocto-docs rev: 97d160263c5905fdeaf4ec285bc5359918790581) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index fa8c79f29d..d95382617a 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -553,12 +553,12 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
553 (QEMU or real hardware), the area you get the image from differs. 553 (QEMU or real hardware), the area you get the image from differs.
554 <itemizedlist> 554 <itemizedlist>
555 <listitem><para>Download the image from 555 <listitem><para>Download the image from
556 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/machines/'> 556 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/machines/'>
557 <filename>machines</filename></ulink> if your target architecture is supported 557 <filename>machines</filename></ulink> if your target architecture is supported
558 and you are going to develop and test your application on actual hardware. 558 and you are going to develop and test your application on actual hardware.
559 </para></listitem> 559 </para></listitem>
560 <listitem><para>Download the image from the 560 <listitem><para>Download the image from the
561 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/machines/qemu/'> 561 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/machines/qemu/'>
562 <filename>machines/qemu</filename></ulink> if your target architecture is supported 562 <filename>machines/qemu</filename></ulink> if your target architecture is supported
563 and you are going to develop and test your application using the QEMU 563 and you are going to develop and test your application using the QEMU
564 emulator.</para></listitem> 564 emulator.</para></listitem>
@@ -637,7 +637,7 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
637 several target architectures and has many pre-built kernel images and root filesystem 637 several target architectures and has many pre-built kernel images and root filesystem
638 images.</para> 638 images.</para>
639 <para>If you are going to develop your application on hardware, go to the 639 <para>If you are going to develop your application on hardware, go to the
640 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/machines/'> 640 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/machines/'>
641 <filename>machines</filename></ulink> download area and choose a target machine area 641 <filename>machines</filename></ulink> download area and choose a target machine area
642 from which to download the kernel image and root filesystem. 642 from which to download the kernel image and root filesystem.
643 This download area could have several files in it that support development using 643 This download area could have several files in it that support development using
@@ -647,7 +647,7 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
647 Be sure to get the files you need for your particular development process.</para> 647 Be sure to get the files you need for your particular development process.</para>
648 <para>If you are going to develop your application and then run and test it using the QEMU 648 <para>If you are going to develop your application and then run and test it using the QEMU
649 emulator, go to the 649 emulator, go to the
650 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/machines/qemu/'> 650 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/machines/qemu/'>
651 <filename>machines/qemu</filename></ulink> download area. 651 <filename>machines/qemu</filename></ulink> download area.
652 From this area, go down into the directory for your target architecture 652 From this area, go down into the directory for your target architecture
653 (e.g. <filename>qemux86_64</filename> for an 653 (e.g. <filename>qemux86_64</filename> for an