aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-05-06 17:52:49 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-05-06 17:52:49 -0700
commit7b2ab7eb85414479524db75047697f391f97a771 (patch)
tree44c6e4db7954e56bc2566c3bdca5bdf1e6fc96d5
parent27df0001e07224973985644ae1df253e23ff8673 (diff)
Fix broken links in XDS debug overview
The sub-chapter links are broke due to renamed files and ordering. I have fixed these. Change-Id: I327c0d25975058390adb5adb61149cf3ecb5bb13 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
-rw-r--r--docs/part-1/debug-overview.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/part-1/debug-overview.md b/docs/part-1/debug-overview.md
index e1bdffd..22dc82d 100644
--- a/docs/part-1/debug-overview.md
+++ b/docs/part-1/debug-overview.md
@@ -17,6 +17,6 @@ variable to use native gdb debug mode instead.
Links to subchapters :
-- [Configuration](./5-1_debug-first-app-config.html)
-- [xds-gdb from command line](./5-2_debug-first-app-cmd.html)
-- [xds-gdb within an IDE](./5-3_debug-first-app-ide.html)
+- [Configuration](./debug-configuration.html)
+- [xds-gdb from command line](./debug-cmd-line.html)
+- [xds-gdb within an IDE](./debug-ide.html)