From 168e88852476d54e433732dd349daf77535e1e9e Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 5 Jan 2018 17:47:27 +0100 Subject: Fixed cross-pages links Signed-off-by: Sebastien Douheret --- docs/part-1/5_debug-first-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/part-1/5_debug-first-app.md') diff --git a/docs/part-1/5_debug-first-app.md b/docs/part-1/5_debug-first-app.md index c75efd4..2a27177 100644 --- a/docs/part-1/5_debug-first-app.md +++ b/docs/part-1/5_debug-first-app.md @@ -92,7 +92,7 @@ Example of gdb init file where we define project and sdk ID: ### XDS remote debugging mode First the project you want to debug must be declared on an xds-server and this -project may also has been built using using XDS (see [Create your first AGL application](./4_build-first-app.md) for more details). +project may also has been built using using XDS (see [Create your first AGL application](./4_build-first-app.html) for more details). So to debug it you need to have the XDS agent - server chain in place and you also need the project and sdk unique id. You can find these IDs in project -- cgit 1.2.3-korg