summaryrefslogtreecommitdiff
path: root/docs/getting_started_quickly.md
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2021-09-27 20:30:23 +0000
committerCommit Bot <commit-bot@chromium.org>2021-09-28 17:44:57 +0000
commit19420dd91b46de1dce5ef622cbf1e7e3794a4023 (patch)
treeedacdb6ae2d31748b37c197d572f459a766f060d /docs/getting_started_quickly.md
parentce0d7699e60405d7b8c6c8cc41f55a280432b2c5 (diff)
downloadchrome-ec-19420dd91b46de1dce5ef622cbf1e7e3794a4023.tar.gz
docs: replace "master" with "HEAD" in URLs
find . -name '*.md' | xargs sed -i 's#refs/heads/master#HEAD#g' find . -name '*.md' | xargs sed -i 's#+/master#+/HEAD#g' BRANCH=none BUG=none TEST=view in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Iaac99ddc3463c8c7bb08038214e3eb22951db6a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3188552 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'docs/getting_started_quickly.md')
-rw-r--r--docs/getting_started_quickly.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started_quickly.md b/docs/getting_started_quickly.md
index 21b21c4888..325bef39b0 100644
--- a/docs/getting_started_quickly.md
+++ b/docs/getting_started_quickly.md
@@ -3,7 +3,7 @@
[TOC]
The
-[Chromium OS Developer Guide](https://chromium.googlesource.com/chromiumos/docs/+/master/developer_guide.md)
+[Chromium OS Developer Guide](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_guide.md)
and [README](../README.md) walk through the steps needed to fetch and build
Chromium OS source. These steps can be followed to retrieve and build EC source
as well. On the other hand, if your sole interest is building an EC image, the