diff --git a/components/driver/include/driver/gpio.h b/components/driver/include/driver/gpio.h index 347783344b..d91a56497e 100644 --- a/components/driver/include/driver/gpio.h +++ b/components/driver/include/driver/gpio.h @@ -74,7 +74,7 @@ esp_err_t gpio_set_intr_type(gpio_num_t gpio_num, gpio_int_type_t intr_type); * * @note ESP32: Please do not use the interrupt of GPIO36 and GPIO39 when using ADC or Wi-Fi and Bluetooth with sleep mode enabled. * Please refer to the comments of `adc1_get_raw`. - * Please refer to Section 3.11 of ESP32 ECO and Workarounds for Bugs for the description of this issue. + * Please refer to Section 3.11 of ESP32 ECO and Workarounds for Bugs for the description of this issue. * As a workaround, call adc_power_acquire() in the app. This will result in higher power consumption (by ~1mA), * but will remove the glitches on GPIO36 and GPIO39. * diff --git a/docs/en/api-reference/protocols/asio.rst b/docs/en/api-reference/protocols/asio.rst index ebd0d3da80..48903c6934 100644 --- a/docs/en/api-reference/protocols/asio.rst +++ b/docs/en/api-reference/protocols/asio.rst @@ -5,7 +5,7 @@ Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It prov The ESP-IDF component `ASIO` has been moved from ESP-IDF since version v5.0 to a separate repository: -* `ASIO component on GitHub `__ +* `ASIO component on GitHub `__ Hosted Documentation -------------------- diff --git a/examples/openthread/ot_cli/README.md b/examples/openthread/ot_cli/README.md index 4be53dd0fc..3b2a8ce7f8 100644 --- a/examples/openthread/ot_cli/README.md +++ b/examples/openthread/ot_cli/README.md @@ -119,7 +119,7 @@ The second device has joined the Thread network as a router (or a child). ## Extension commands -You can refer to the [extension command](../extension_command/README.md) about the extension commands. +You can refer to the [extension command](https://github.com/espressif/esp-thread-br/blob/main/components/esp_ot_cli_extension/README.md) about the extension commands. The following examples are supported by `ot_cli`: