summaryrefslogtreecommitdiff
path: root/docs/ec-3po-design.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ec-3po-design.md')
-rw-r--r--docs/ec-3po-design.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ec-3po-design.md b/docs/ec-3po-design.md
index 9a7b3c4742..79ec3ecf0f 100644
--- a/docs/ec-3po-design.md
+++ b/docs/ec-3po-design.md
@@ -133,7 +133,7 @@ UART.](./images/ec-3po-high-level-design.png)
Each host command is a 16-bit command value. Commands which take parameters or
return response data specify `struct`s for that data. See
-[`include/ec_commands.h`](https://chromium.googlesource.com/chromiumos/platform/ec/+/refs/heads/master/include/ec_commands.h)
+[`include/ec_commands.h`](https://chromium.googlesource.com/chromiumos/platform/ec/+/HEAD/include/ec_commands.h)
for the current format of request and replies. Currently, there are no changes
made to the format of the host request and response structures.