summaryrefslogtreecommitdiffstats
path: root/docs/getting-started/app-workflow-debug-app.md
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2019-04-15 17:27:28 +0200
committerClément Bénier <clement.benier@iot.bzh>2019-04-15 17:29:53 +0200
commit19ff402d77d0cdae0259bd059d0970f5c354c587 (patch)
treeef7f9f63f1490043fd51b3f1fe7e25724b595628 /docs/getting-started/app-workflow-debug-app.md
parentd59af25033ad3cc8e0b9b1254708f0f862f4c6e6 (diff)
app-workflow-debug-app: fix broken links
Change-Id: If979579933408beb9ac4383659766c3bd4ec96eb Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'docs/getting-started/app-workflow-debug-app.md')
-rw-r--r--docs/getting-started/app-workflow-debug-app.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting-started/app-workflow-debug-app.md b/docs/getting-started/app-workflow-debug-app.md
index c0899de..63ec8cd 100644
--- a/docs/getting-started/app-workflow-debug-app.md
+++ b/docs/getting-started/app-workflow-debug-app.md
@@ -11,7 +11,7 @@ Or, is it better for you to use a remote user interface that is part of
an Integrated Development Environment (IDE) such as Eclipse?
For general information on debugging an application, see the
-"[Debug your first AGL application](../../../../../docs/devguides/en/dev/reference/xds/part-1/5_debug-first-app.html)"
+"[Debug your first AGL application](../../../devguides/reference/xds/part-1/5_debug-first-app.html)"
section.
Here are three methods:
@@ -33,11 +33,11 @@ Here are three methods:
* Use XDS remotely, which is based on `gdb` and
[`gdbserver`](https://en.wikipedia.org/wiki/Gdbserver).
See the
- "[XDS remote debugging mode](../../../../../docs/devguides/en/dev/reference/xds/part-1/5-2_debug-first-app-cmd.html#xds-remote-debugging-mode)"
+ "[XDS remote debugging mode](../../../devguides/reference/xds/part-1/5-2_debug-first-app-cmd.html#xds-remote-debugging-mode)"
section for more information.
For information on how to remotely debug the application using XDS from within an IDE, see the
- "[Debug using `xds-gdb` within an IDE](../../../../../docs/devguides/en/dev/reference/xds/part-1/5-3_debug-first-app-ide.html)"
+ "[Debug using `xds-gdb` within an IDE](../../../devguides/reference/xds/part-1/5-3_debug-first-app-ide.html)"
section.
In order to use third-party debugging tools, you need to include the tools in the target image.