summaryrefslogtreecommitdiff
path: root/docs/write_protection.md
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2020-07-01 14:53:27 -0700
committerCommit Bot <commit-bot@chromium.org>2020-07-10 22:54:06 +0000
commitdccc9023faec5a7c55487fcf6ca6d1b96d4cd08e (patch)
treee4903bbd1fb2f735eb0e0121ab985b28a4a935c7 /docs/write_protection.md
parent23ea3fbd4a6e52b8a54f4278bbed8975af34cca7 (diff)
downloadchrome-ec-dccc9023faec5a7c55487fcf6ca6d1b96d4cd08e.tar.gz
docs: update CCD docs locations
BRANCH=none BUG=none TEST=verified that gitfiles points at the correct documents. Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Change-Id: I6123e74449d6dbda1645f4293dd24914ccaf0d37 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2276330 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org> Commit-Queue: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'docs/write_protection.md')
-rw-r--r--docs/write_protection.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/write_protection.md b/docs/write_protection.md
index e57f71045a..00e384ee16 100644
--- a/docs/write_protection.md
+++ b/docs/write_protection.md
@@ -292,10 +292,10 @@ https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1222094
The EC code command handlers (`command_flash_erase`, `command_flash_write`,
etc.) return an error if `EC_FLASH_PROTECT_ALL_NOW` is set.
-[write_protect_gpio]: https://chromium.googlesource.com/chromiumos/platform/ec/+/aaba1d5efd51082d143ce2ac64e6caf9cb14d5e5/include/ec_commands.h#1599
-["CCD open"]: ./case_closed_debugging_cr50.md#Open-CCD
-[Cr50 console]: ./case_closed_debugging_cr50.md#Consoles
-[`OverrideWP`]: ./case_closed_debugging_cr50.md
-[wp_screw]: https://www.chromium.org/chromium-os/firmware-porting-guide/firmware-ec-write-protection
-[`system_is_locked()`]: https://chromium.googlesource.com/chromiumos/platform/ec/+/aaba1d5efd51082d143ce2ac64e6caf9cb14d5e5/common/system.c#195
+["CCD open"]: https://chromium.googlesource.com/chromiumos/platform/ec/+/cr50_stab/docs/case_closed_debugging_cr50.md#Open-CCD
+[Cr50 console]: https://chromium.googlesource.com/chromiumos/platform/ec/+/cr50_stab/docs/case_closed_debugging_cr50.md#Consoles
[Servo]: https://chromium.googlesource.com/chromiumos/third_party/hdctools/+/refs/heads/master/README.md
+[`OverrideWP`]: https://chromium.googlesource.com/chromiumos/platform/ec/+/cr50_stab/docs/case_closed_debugging_cr50.md
+[`system_is_locked()`]: https://chromium.googlesource.com/chromiumos/platform/ec/+/aaba1d5efd51082d143ce2ac64e6caf9cb14d5e5/common/system.c#195
+[wp_screw]: https://www.chromium.org/chromium-os/firmware-porting-guide/firmware-ec-write-protection
+[write_protect_gpio]: https://chromium.googlesource.com/chromiumos/platform/ec/+/aaba1d5efd51082d143ce2ac64e6caf9cb14d5e5/include/ec_commands.h#1599