summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-06-08 19:41:14 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-06-08 19:41:14 -0700
commitb281aeba34db2014334029599d54686e3856de7c (patch)
tree2f55abcf566410d4e86c7cb04f11ff00956ca46f /docs
parent0142d85d6cbd9aef8f90686548c7584c44d08416 (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')
-rw-r--r--docs/getting-started/app-workflow-debug-app.md2
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