summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-12-20 16:09:16 +0100
committerClément Bénier <clement.benier@iot.bzh>2019-02-13 11:57:06 +0100
commit9a383952c0120f172fdde1827a451a37d9e4cfa4 (patch)
treea02f425a78c76d55eb87c4e8a941777fc328620c
parent398b7ec40fe5ba507ea4d446f98eecde641807b8 (diff)
Fix images link (markdown syntax)
Change-Id: I22201168f30077f69abcbf46d753f75e0509b715 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-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.
-