Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: docs/updating_clang_format_binaries.md

Issue 2722543003: fix a README link (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/updating_clang_format_binaries.md
diff --git a/docs/updating_clang_format_binaries.md b/docs/updating_clang_format_binaries.md
index c030518d01b592d09060b9a969b265938600ee13..95ef812f8a0fbba0f0995d9a98145d57034a0759 100644
--- a/docs/updating_clang_format_binaries.md
+++ b/docs/updating_clang_format_binaries.md
@@ -91,11 +91,11 @@ Platform specific notes:
Copy the binaries into your chromium checkout (under
`src/buildtools/(win|linux64|mac)/clang-format(.exe?)`). For each binary, you'll
need to run upload_to_google_storage.py according to the instructions in
-[README.txt](/buildtools/clang_format/README.txt). This will upload the binary
-into a publicly accessible google storage bucket, and update `.sha1` file in
-your Chrome checkout. You'll check in the `.sha1` file (but NOT the clang-format
-binary) into source control. In order to be able to upload, you'll need write
-permission to the bucket -- see the prerequisites.
+[README.txt](https://chromium.googlesource.com/chromium/buildtools/+/master/clang_format/README.txt).
+This will upload the binary into a publicly accessible google storage bucket,
+and update `.sha1` file in your Chrome checkout. You'll check in the `.sha1`
+file (but NOT the clang-format binary) into source control. In order to be able
+to upload, you'll need write permission to the bucket -- see the prerequisites.
## Copy the helper scripts and update README.chromium
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698