0

Fix incorrect path in Test Executable API documentation link

The link to the Test Executable API documentation in
testing/buildbot/README.md was using an incorrect path format
with double slashes (//docs/...), which resulted in a broken link.

Changed to a single slash (/docs/...) to ensure proper navigation.

Bug: None
Change-Id: Iaff2d29cee7748aa61e0405ffcc7dda76165fa32
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6506046
Commit-Queue: Euisang Lim <eui-sang.lim@samsung.com>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Reviewed-by: Struan Shrimpton <sshrimp@google.com>
Cr-Commit-Position: refs/heads/main@{#1457819}
This commit is contained in:
Jisu Kim
2025-05-08 14:18:28 -07:00
committed by Chromium LUCI CQ
parent 4472cc97f6
commit cb3ce50272
2 changed files with 2 additions and 1 deletions
AUTHORS
testing/buildbot

@ -703,6 +703,7 @@ Jinsong Fan <jinsong.van@gmail.com>
Jinwoo Song <jinwoo7.song@samsung.com>
Jinyoung Hur <hur.ims@navercorp.com>
Jinyoung Hur <hurims@gmail.com>
Jisu Kim <hellojs242@gmail.com>
Jitendra Kumar Sahoo <jitendra.ks@samsung.com>
Jitesh Pareek <j1.pareek@samsung.com>
Joachim Bauch <jbauch@webrtc.org>

@ -426,7 +426,7 @@ Each bot's description is a dictionary containing the following:
isolate, invoke a wrapper script from src/testing/scripts as their
top-level entry point, and are used to adapt to multiple kinds of test
harnesses. These must implement the
[Test Executable API](//docs/testing/test_executable_api.md) and
[Test Executable API](/docs/testing/test_executable_api.md) and
can also be run either locally or under Swarming.
* `junit_tests`: (Android-specific) JUnit tests. These are not run
under Swarming.