diff options
-rw-r--r-- | docs/part-1/debug-cmd-line.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/part-1/debug-cmd-line.md b/docs/part-1/debug-cmd-line.md index 4d2ca84..2c25517 100644 --- a/docs/part-1/debug-cmd-line.md +++ b/docs/part-1/debug-cmd-line.md @@ -3,7 +3,7 @@ ## 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.html) for more details). +project may also has been built using using XDS (see [Create your first AGL application](../../../#create-your-first-agl-application) 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. |