From: krzychb Date: Tue, 17 Jan 2017 17:53:29 +0000 (+0100) Subject: Fixed broken links X-Git-Tag: v2.0-rc1~16^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb7b2180914d9619b551f0ab1b9530b08de45f6a;p=esp-idf Fixed broken links --- 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 -------------