From 19ff402d77d0cdae0259bd059d0970f5c354c587 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Mon, 15 Apr 2019 17:27:28 +0200 Subject: app-workflow-debug-app: fix broken links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If979579933408beb9ac4383659766c3bd4ec96eb Signed-off-by: Clément Bénier --- docs/getting-started/app-workflow-debug-app.md | 6 +++--- 1 file 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. -- cgit 1.2.3-korg