Docs: Fixing broken links in web_tests.md
broken links.
- ... [Running Web Tests Using the Content Shell](web_tests_in_content_shell.md)
- ... [docs/web_tests_linux.md](./web_tests_linux.md).
Change-Id: I5dd681d21e2f6e340f0907581d67f1fbfcd647fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817863
Reviewed-by: Victor Costan <[email protected]>
Commit-Queue: Victor Costan <[email protected]>
Cr-Commit-Position: refs/heads/master@{#698808}
diff --git a/docs/testing/web_tests.md b/docs/testing/web_tests.md
index eea7c20..f38d1356 100644
--- a/docs/testing/web_tests.md
+++ b/docs/testing/web_tests.md
@@ -130,7 +130,7 @@
but this requires a manual diff against expected results, because the shell
doesn't do it for you. It also just dumps the text result only (as the dump of
pixels and audio binary data is not human readable).
-See [Running Web Tests Using the Content Shell](web_tests_in_content_shell.md]
+See [Running Web Tests Using the Content Shell](./web_tests_in_content_shell.md)
for more details of running `content_shell`.
To see a complete list of arguments supported, run:
@@ -144,7 +144,7 @@
matching font metrics and widget metrics. If there's a difference in the render
tree output, we should see if we can avoid rebaselining by improving our font
metrics. For additional information on Linux web tests, please see
-[docs/web_tests_linux.md](../web_tests_linux.md).
+[docs/web_tests_linux.md](./web_tests_linux.md).
***
*** note