From 9a383952c0120f172fdde1827a451a37d9e4cfa4 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 20 Dec 2018 16:09:16 +0100 Subject: Fix images link (markdown syntax) Change-Id: I22201168f30077f69abcbf46d753f75e0509b715 Signed-off-by: Sebastien Douheret --- docs/getting-started/app-workflow-intro.md | 5 ++--- 1 file 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. -
+![](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. - -- cgit 1.2.3-korg