summaryrefslogtreecommitdiffstats
path: root/docs/getting-started
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-12-20 16:09:16 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-12-20 16:09:16 +0100
commitc15c6d8a6ed2549750486600f9cae7894a8f41bb (patch)
tree56dbb4fbd30460188b4d5474bedd24d67128b609 /docs/getting-started
parentb469c4442eeab948855261bacbbcbe2fd5b6284c (diff)
Fix images link (markdown syntax)
Change-Id: I22201168f30077f69abcbf46d753f75e0509b715 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/app-workflow-intro.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/getting-started/app-workflow-intro.md b/docs/getting-started/app-workflow-intro.md
index 256e91f..063e486 100644
--- a/docs/getting-started/app-workflow-intro.md
+++ b/docs/getting-started/app-workflow-intro.md
@@ -14,7 +14,7 @@ in the AGL Documentation set.
Links are provided when a set of steps is required that is documented
elsewhere.
-<center><img src="images/app-developer-workflow.png"></center>
+![](images/app-developer-workflow.png){:: style="margin:auto; display:flex"}
1. Download or build the image you are going to run on the hardware device.
@@ -25,11 +25,10 @@ elsewhere.
4. Boot your hardware device with the media.
5. Prepare your environment so that you can develop an application.
-You can develop the application using XDS or using a stand-alone SDK.
+ You can develop the application using XDS or using a stand-alone SDK.
6. Create your application.
7. Deploy the application to your hardware.
8. Debug the application.
-