diff options
Diffstat (limited to 'poky/documentation/sdk-manual/intro.rst')
-rw-r--r-- | poky/documentation/sdk-manual/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/documentation/sdk-manual/intro.rst b/poky/documentation/sdk-manual/intro.rst index e4b9b05ba..66b12cdff 100644 --- a/poky/documentation/sdk-manual/intro.rst +++ b/poky/documentation/sdk-manual/intro.rst @@ -210,7 +210,7 @@ You just need to follow these general steps: 3. *Develop and Test your Application:* At this point, you have the tools to develop your application. If you need to separately install and use the QEMU emulator, you can go to `QEMU Home - Page <https://wiki.qemu.org/Main_Page>`__ to download and learn about + Page <http://wiki.qemu.org/Main_Page>`__ to download and learn about the emulator. See the ":doc:`/dev-manual/qemu`" chapter in the Yocto Project Development Tasks Manual for information on using QEMU within the Yocto Project. |