diff options
author | Pierre MARZIN <pierre.marzin@iot.bzh> | 2019-03-19 12:08:27 +0100 |
---|---|---|
committer | Pierre MARZIN <pierre.marzin@iot.bzh> | 2019-03-19 15:53:08 +0100 |
commit | 783118feba54a67127d55959fe7cf2ab1a2d739b (patch) | |
tree | 099bb9574d2f3c4629ef39e72c3e016bc2833e5c /docs/getting-started | |
parent | 56b6ac542c76117300b05b0982f49f65cf9583e5 (diff) |
getting-started: Fix some errors
image-workflow-intro.md: Correct image link
image-workflow-build.md: Fix broken links
Diffstat (limited to 'docs/getting-started')
-rw-r--r-- | docs/getting-started/image-workflow-build.md | 8 | ||||
-rw-r--r-- | docs/getting-started/image-workflow-intro.md | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/getting-started/image-workflow-build.md b/docs/getting-started/image-workflow-build.md index 0e28e25..13f542f 100644 --- a/docs/getting-started/image-workflow-build.md +++ b/docs/getting-started/image-workflow-build.md @@ -12,7 +12,7 @@ This section, provides links to topics with instructions needed to create images three types of supported platforms and for emulation using Quick EMUlator (QEMU) or VirtualBox: -* [Most Intel-based 64-Bit Boards](./machines/intel.html/) -* [Emulation](./machines/qemu.html/) -* [R Car Starter Kit Gen3 Board](./machines/renesas.html/) -* [Raspberry PI 2 or 3](./machines/raspberrypi.html/) +* [Most Intel-based 64-Bit Boards](./machines/intel.html) +* [Emulation](./machines/qemu.html) +* [R Car Starter Kit Gen3 Board](./machines/renesas.html) +* [Raspberry PI 2 or 3](./machines/raspberrypi.html) diff --git a/docs/getting-started/image-workflow-intro.md b/docs/getting-started/image-workflow-intro.md index ad36d01..393a9f5 100644 --- a/docs/getting-started/image-workflow-intro.md +++ b/docs/getting-started/image-workflow-intro.md @@ -16,9 +16,9 @@ in the AGL Documentation set. Links are provided when a set of steps is required that is documented elsewhere. -<center><img src="images/image-developer-workflow.png"></center> +![](images/image-developer-workflow.png){:: style="margin:auto; display:flex"} -1. Prepare your build host to use use the tools needed to build your image. +1. Prepare your build host to be able to use the tools needed to build your image. 2. Download the AGL software into a local Git repository on your build host. |