diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-06 18:04:46 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-06 18:04:46 -0700 |
commit | cf2006e612958777bddbe4eb4a0a23693decda6a (patch) | |
tree | cc1f41cf02a1559cb0733b3324b6465daf2f6233 /docs/part-1 | |
parent | 4b76be7bc2ce86d49a7fe2a56c2736d1658564df (diff) |
Fixed broken link in XDS debug using IDE
The link was going to the XDS section about creating your
first application. It was going to an old file name.
Change-Id: I6846a203a5c1b8f38a1224d5acff788656659e67
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/part-1')
-rw-r--r-- | docs/part-1/debug-ide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/part-1/debug-ide.md b/docs/part-1/debug-ide.md index 0473892..bd4d15f 100644 --- a/docs/part-1/debug-ide.md +++ b/docs/part-1/debug-ide.md @@ -1,7 +1,7 @@ # Debug using xds-gdb within an IDE 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). ## Netbeans |