Fix link to web_tests_linux.md
Change-Id: I5db4cf2f7c223f4ff51832673ae644ecbbeffb46
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632656
Auto-Submit: Marijn Kruisselbrink <[email protected]>
Reviewed-by: Dirk Pranke <[email protected]>
Commit-Queue: Marijn Kruisselbrink <[email protected]>
Cr-Commit-Position: refs/heads/master@{#663874}
diff --git a/docs/linux_debugging.md b/docs/linux_debugging.md
index a4d5532..478fc04 100644
--- a/docs/linux_debugging.md
+++ b/docs/linux_debugging.md
@@ -291,7 +291,7 @@
Many of our tests bring up windows on screen. This can be annoying (they steal
your focus) and hard to debug (they receive extra events as you mouse over them).
Instead, use `Xvfb` or `Xephyr` to run a nested X session to debug them, as
-outlined on [web_tests_linux.md](web_tests_linux.md).
+outlined on [testing/web_tests_linux.md](testing/web_tests_linux.md).
### Browser tests
@@ -310,7 +310,7 @@
### Web tests
-See [web_tests_linux.md](web_tests_linux.md) for some tips. In particular,
+See [testing/web_tests_linux.md](testing/web_tests_linux.md) for some tips. In particular,
note that it's possible to debug a web test via `ssh`ing to a Linux box; you
don't need anything on screen if you use `Xvfb`.
@@ -449,7 +449,7 @@
If you break in a debugger during a drag, Chrome will have grabbed your mouse
and keyboard so you won't be able to interact with the debugger! To work around
this, run via `Xephyr`. Instructions for how to use `Xephyr` are on the
-[Running web tests on Linux](web_tests_linux.md) page.
+[Running web tests on Linux](testing/web_tests_linux.md) page.
## Tracking Down Bugs