[COIL] Change chromium code search type links to use main rather than master for docs
See this doc: go/chromium-coil-change for more info
BUG=1210385
Change-Id: I6cd8548301e360bae8e71384dbd8ef11aa6c985f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2902904
Reviewed-by: My Nguyen <[email protected]>
Commit-Queue: My Nguyen <[email protected]>
Auto-Submit: John Palmer <[email protected]>
Cr-Commit-Position: refs/heads/master@{#885851}
diff --git a/docs/design/README.md b/docs/design/README.md
index f0accfc2..44d4e728 100644
--- a/docs/design/README.md
+++ b/docs/design/README.md
@@ -3,7 +3,7 @@
This directory contains chromium project documentation in
[Gitiles-flavored Markdown](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md).
It is automatically
-[rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/master/docs/).
+[rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/main/docs/).
Documents here have been imported
from [the Project site](https://www.chromium.org/developers/design-documents).