summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-08-05 14:54:32 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-06 21:41:51 +0000
commit2dc02ca56ad4c43a455489faa39e6bc49d040b52 (patch)
treea8f8a9070e5ea7c1d7c321b417c9780c1ad0f021
parent4ea5e79a2c39649744a14757c2d25a4fef1b83e2 (diff)
downloadchrome-ec-2dc02ca56ad4c43a455489faa39e6bc49d040b52.tar.gz
docs: Fix link references
Correct some links between markdown documents local to the EC code. BUG=none BRANCH=none TEST=verify links with gitiles Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I8e31b7775d25e48f62180c4a754fc6a49ca0e8d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3078042 Commit-Queue: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
-rw-r--r--docs/configuration/config_ap_to_ec_comm.md6
-rw-r--r--docs/sitemap.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/config_ap_to_ec_comm.md b/docs/configuration/config_ap_to_ec_comm.md
index 1fe3d86e98..24b309feb7 100644
--- a/docs/configuration/config_ap_to_ec_comm.md
+++ b/docs/configuration/config_ap_to_ec_comm.md
@@ -9,10 +9,10 @@ details a system level of the operation of this feature.
Configure the AP to EC communication channel, picking exactly one of the
following options.
-- `CONFIG_HOSTCMD_SHI` - [SPI Host Interface](./ec_terms.md#shi) (SHI)
+- `CONFIG_HOSTCMD_SHI` - [SPI Host Interface](../ec_terms.md#shi) (SHI)
- `CONFIG_HOSTCMD_HECI` - HECI interface
-- `CONFIG_HOSTCMD_LPC` - [LPC](./ec_terms.md#lpc) bus
-- `CONFIG_HOSTCMD_ESPI` - [eSPI](./ec_terms.md#espi) bus
+- `CONFIG_HOSTCMD_LPC` - [LPC](../ec_terms.md#lpc) bus
+- `CONFIG_HOSTCMD_ESPI` - [eSPI](../ec_terms.md#espi) bus
In [config.h], search for options that start with the same name as your selected
communication interface. Override defaults as needed.
diff --git a/docs/sitemap.md b/docs/sitemap.md
index d1111261f4..2b9f4aaaf8 100644
--- a/docs/sitemap.md
+++ b/docs/sitemap.md
@@ -69,7 +69,7 @@
* [Low Battery Startup](./low_battery_startup.md)
* [I2C tracing via console commands](./i2c-debugging.md)
* [Application Processor to EC communication](./ap-ec-comm.md)
-* [Reducing EC Image Size](./reducting_ec_image_size.md)
+* [Reducing EC Image Size](./reducing_ec_image_size.md)
* [Code Reviews](./code_reviews.md)
* [IDE Support](./ide-support.md)