diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 17:47:27 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 17:47:27 +0100 |
commit | 168e88852476d54e433732dd349daf77535e1e9e (patch) | |
tree | 6be1a82ff22ae33ceba5b0f99b1caf290fe90caf /docs/part-1/5_debug-first-app.md | |
parent | 9358c9fb4b198adf8594cedd6b8941d88dec63e9 (diff) |
Fixed cross-pages links
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-1/5_debug-first-app.md')
-rw-r--r-- | docs/part-1/5_debug-first-app.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |