0

docs: fix clang-format script links

Change-Id: I1f95aa5e22c307c94537040137cbe4f5c3c39e04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3667626
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: David Sanders <dsanders11@ucsbalum.com>
Cr-Commit-Position: refs/heads/main@{#1007850}
This commit is contained in:
David Sanders
2022-05-26 15:47:32 +00:00
committed by Chromium LUCI CQ
parent 8e1b245f79
commit c329920f95

@ -34,8 +34,8 @@ the version of clang-format that comes with your checkout. That way, you'll
automatically get updates and be running a tool that formats consistently with
other developers. The binary lives under `src/buildtools`, but it's also in your
path indirectly via a `depot_tools` launcher script:
[clang-format](https://code.google.com/p/chromium/codesearch#chromium/tools/depot_tools/clang-format)
([clang-format.bat](https://code.google.com/p/chromium/codesearch#chromium/tools/depot_tools/clang-format.bat) on Windows). Assuming that `depot_tools` is in your editor's `PATH`
[clang-format](https://source.chromium.org/chromium/chromium/tools/depot_tools/+/HEAD:clang-format)
([clang-format.bat](https://source.chromium.org/chromium/chromium/tools/depot_tools/+/HEAD:clang-format.bat) on Windows). Assuming that `depot_tools` is in your editor's `PATH`
and the editor command runs from a working directory inside the Chromium
checkout, the editor scripts (which anticipate clang-format on the path) should
work.