diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-12-22 15:30:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:23:33 +0000 |
commit | 3b298e6ddde2a988a82039db9ce45eaf66d89a3f (patch) | |
tree | f31bec756b3cb74921263c71b3147fae7f28b323 /documentation/sdk-manual | |
parent | d87b99112b32c7789878ae90d157181f9fe4bb70 (diff) | |
download | poky-3b298e6ddde2a988a82039db9ce45eaf66d89a3f.tar.gz |
documentation: Use https links where possible
(From yocto-docs rev: cd4c5e9928866f910ac97cf3e0612e6245da30bd)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/intro.rst b/documentation/sdk-manual/intro.rst index 66b12cdff9..e4b9b05ba6 100644 --- a/documentation/sdk-manual/intro.rst +++ b/documentation/sdk-manual/intro.rst | |||
@@ -210,7 +210,7 @@ You just need to follow these general steps: | |||
210 | 3. *Develop and Test your Application:* At this point, you have the | 210 | 3. *Develop and Test your Application:* At this point, you have the |
211 | tools to develop your application. If you need to separately install | 211 | tools to develop your application. If you need to separately install |
212 | and use the QEMU emulator, you can go to `QEMU Home | 212 | and use the QEMU emulator, you can go to `QEMU Home |
213 | Page <http://wiki.qemu.org/Main_Page>`__ to download and learn about | 213 | Page <https://wiki.qemu.org/Main_Page>`__ to download and learn about |
214 | the emulator. See the ":doc:`/dev-manual/qemu`" chapter in the | 214 | the emulator. See the ":doc:`/dev-manual/qemu`" chapter in the |
215 | Yocto Project Development Tasks Manual for information on using QEMU | 215 | Yocto Project Development Tasks Manual for information on using QEMU |
216 | within the Yocto Project. | 216 | within the Yocto Project. |