diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-08 19:41:14 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-08 19:41:14 -0700 |
commit | b281aeba34db2014334029599d54686e3856de7c (patch) | |
tree | 2f55abcf566410d4e86c7cb04f11ff00956ca46f /docs/getting-started | |
parent | 0142d85d6cbd9aef8f90686548c7584c44d08416 (diff) |
Getting Started -> debug app: Fixed topic title
I updated the target topic title of a link to have "XDS"
in it to match reality.
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/getting-started')
-rw-r--r-- | docs/getting-started/app-workflow-debug-app.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/app-workflow-debug-app.md b/docs/getting-started/app-workflow-debug-app.md index 78b0bb5..280c227 100644 --- a/docs/getting-started/app-workflow-debug-app.md +++ b/docs/getting-started/app-workflow-debug-app.md @@ -41,7 +41,7 @@ Three methods exist: * Use XDS remotely, which is based on `gdb` and [`gdbserver`](https://en.wikipedia.org/wiki/Gdbserver). See the - "[Using the Command Line](../../../devguides/reference/xds/part-1/debug-cmd-line.html#xds-remote-debugging-mode)" + "[Using the XDS Command Line](../../../devguides/reference/xds/part-1/debug-cmd-line.html#xds-remote-debugging-mode)" topic for more information. For information on how to remotely debug the application using XDS from within an IDE, see the |