summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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)