From 7b2ab7eb85414479524db75047697f391f97a771 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 May 2019 17:52:49 -0700 Subject: 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 --- docs/part-1/debug-overview.md | 6 +++--- 1 file 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) -- cgit 1.2.3-korg