From fb7b2180914d9619b551f0ab1b9530b08de45f6a Mon Sep 17 00:00:00 2001 From: krzychb Date: Tue, 17 Jan 2017 18:53:29 +0100 Subject: [PATCH] Fixed broken links --- docs/api/bluetooth/esp_gap_ble.rst | 2 +- docs/api/peripherals/sigmadelta.rst | 2 +- docs/api/peripherals/spi_master.rst | 2 +- docs/api/protocols/mdns.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/bluetooth/esp_gap_ble.rst b/docs/api/bluetooth/esp_gap_ble.rst index 088ab27dba..40ccdba50f 100644 --- a/docs/api/bluetooth/esp_gap_ble.rst +++ b/docs/api/bluetooth/esp_gap_ble.rst @@ -27,7 +27,7 @@ API Reference Header Files ^^^^^^^^^^^^ - * `bt/bluedroid/api/include/esp_gap_ble_api.h `_ + * `bt/bluedroid/api/include/esp_gap_ble_api.h `_ Macros diff --git a/docs/api/peripherals/sigmadelta.rst b/docs/api/peripherals/sigmadelta.rst index b03f049421..56e4d77e72 100644 --- a/docs/api/peripherals/sigmadelta.rst +++ b/docs/api/peripherals/sigmadelta.rst @@ -10,7 +10,7 @@ This driver configures the channels of the sigma-delta module. Application Example ------------------- -Sigma-delta Modulation example: `examples/14_sigmadelta `_. +Sigma-delta Modulation example: `examples/peripherals/sigmadelta `_. API Reference ------------- diff --git a/docs/api/peripherals/spi_master.rst b/docs/api/peripherals/spi_master.rst index 5b57d85f42..012d1832ce 100644 --- a/docs/api/peripherals/spi_master.rst +++ b/docs/api/peripherals/spi_master.rst @@ -111,7 +111,7 @@ API Reference Header Files ^^^^^^^^^^^^ - * `drivers/include/drivers/spi_master.h `_ + * `driver/include/driver/spi_master.h `_ Macros ^^^^^^ diff --git a/docs/api/protocols/mdns.rst b/docs/api/protocols/mdns.rst index d674e25a08..6214883965 100644 --- a/docs/api/protocols/mdns.rst +++ b/docs/api/protocols/mdns.rst @@ -163,7 +163,7 @@ Example of using the methods above: Application Example ------------------- -mDNS server/scanner example: `examples/protocols/mdsn `_. +mDNS server/scanner example: `examples/protocols/mdns `_. API Reference ------------- -- 2.40.0