From 3418755dc8cdf0518391d2211d52d98de6a66de5 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Mon, 4 Mar 2019 14:43:40 +0100 Subject: devguides-book: fix wrong order in chapters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0eb4385798d486287ab1451b42bb8c41c96ef4af Signed-off-by: Clément Bénier --- docs/devguides-book.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml index eb67792..fd5136a 100644 --- a/docs/devguides-book.yml +++ b/docs/devguides-book.yml @@ -26,15 +26,15 @@ books: name: Installing AGL SDKs - name: Create your first AGL application children: - - url: part-1/4-1_build-first-app-setup.md + - url: part-1/4_build-first-app.md name: Prerequisites - - url: part-1/4-2_build-first-app-cmd.md + - url: part-1/4-1_build-first-app-setup.md name: Setup - - url: part-1/4-3_build-first-app-dashboard.md + - url: part-1/4-2_build-first-app-cmd.md name: Build using command line tool - - url: part-1/4-4_build-first-app-ide.md + - url: part-1/4-3_build-first-app-dashboard.md name: Build using XDS Dashboard - - url: part-1/4_build-first-app.md + - url: part-1/4-4_build-first-app-ide.md name: Build using a source code editor / IDE - name: Debug your first AGL application children: -- cgit 1.2.3-korg