Fix some links in docs/linux
The documents are already in linux/ so they should not have linux/ in the path,
otherwise the link will be invalid.
R=sky
Change-Id: Iff06ba371672bc5f1d7c06d54babb90e3b4edbcf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992800
Auto-Submit: Thomas Anderson <[email protected]>
Commit-Queue: Scott Violet <[email protected]>
Reviewed-by: Scott Violet <[email protected]>
Cr-Commit-Position: refs/heads/master@{#729782}
diff --git a/docs/linux/build_instructions.md b/docs/linux/build_instructions.md
index 91305b1..a1b5767e 100644
--- a/docs/linux/build_instructions.md
+++ b/docs/linux/build_instructions.md
@@ -332,7 +332,7 @@
### More links
* Information about [building with Clang](clang.md).
-* You may want to [use a chroot](linux/using_a_chroot.md) to
+* You may want to [use a chroot](using_a_chroot.md) to
isolate yourself from versioning or packaging conflicts.
* Cross-compiling for ARM? See [LinuxChromiumArm](chromium_arm.md).
* Want to use Eclipse as your IDE? See
diff --git a/docs/linux/debugging.md b/docs/linux/debugging.md
index 329783f..1310a45 100644
--- a/docs/linux/debugging.md
+++ b/docs/linux/debugging.md
@@ -317,7 +317,7 @@
## Breakpad minidump files
-See [minidump_to_core.md](linux/minidump_to_core.md)
+See [minidump_to_core.md](minidump_to_core.md)
## Running Tests
diff --git a/docs/linux/debugging_gtk.md b/docs/linux/debugging_gtk.md
index ab7ff6e..2c2c0d47 100644
--- a/docs/linux/debugging_gtk.md
+++ b/docs/linux/debugging_gtk.md
@@ -30,7 +30,7 @@
didn't pick up the symbols from the symbols from the `-dbg` package. I ended up
building from source and setting my `LD_LIBRARY_PATH`.
-See [building_debug_gtk.md](linux/building_debug_gtk.md) for more on how
+See [building_debug_gtk.md](building_debug_gtk.md) for more on how
to build your own debug version of GTK.
## Parasite