From 4b76be7bc2ce86d49a7fe2a56c2736d1658564df Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 May 2019 18:00:13 -0700 Subject: Fixed broken link in XDS debug command line The link was going to an old named file. I fixed it. Change-Id: I3790b9dfe56fda2dc0faa7723df66b0025fc6c8b Signed-off-by: Scott Rifenbark --- docs/part-1/debug-cmd-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.2.3-korg