From b69379941b1aa282543e6ca2e98bdca21abd6bdb Mon Sep 17 00:00:00 2001 From: krzychb Date: Thu, 7 Sep 2017 18:48:15 +0200 Subject: [PATCH] Fixed broken links in documentation --- docs/api-guides/app_trace.rst | 2 +- docs/get-started/get-started-wrover-kit-v2.rst | 2 +- examples/storage/nvs_rw_blob/README.md | 2 +- examples/storage/nvs_rw_value/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api-guides/app_trace.rst b/docs/api-guides/app_trace.rst index 68fa4e94c2..8ef36d73f1 100644 --- a/docs/api-guides/app_trace.rst +++ b/docs/api-guides/app_trace.rst @@ -311,7 +311,7 @@ Optional arguments: System Behaviour Analysis with SEGGER SystemView ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Another useful IDF feature built on top of application tracing library is the system level tracing which produces traces compatible with SEGGER SystemView tool (see `SystemView `_). SEGGER SystemView is a real-time recording and visualization tool that allows to analyze runtime behavior of an application. +Another useful IDF feature built on top of application tracing library is the system level tracing which produces traces compatible with SEGGER SystemView tool (see `SystemView `_). SEGGER SystemView is a real-time recording and visualization tool that allows to analyze runtime behavior of an application. .. note:: diff --git a/docs/get-started/get-started-wrover-kit-v2.rst b/docs/get-started/get-started-wrover-kit-v2.rst index f0623ef3fb..271b405214 100644 --- a/docs/get-started/get-started-wrover-kit-v2.rst +++ b/docs/get-started/get-started-wrover-kit-v2.rst @@ -174,7 +174,7 @@ Related Documents * `ESP-WROVER-KIT V2 schematic`_ (PDF) * `ESP32 Datasheet `_ (PDF) -* `ESP-WROOM-32 Datasheet `_ (PDF) +* `ESP-WROOM-32 Datasheet `_ (PDF) * `ESP32-WROVER Datasheet `_ (PDF) * :doc:`../api-guides/jtag-debugging/index` * :doc:`../hw-reference/modules-and-boards` diff --git a/examples/storage/nvs_rw_blob/README.md b/examples/storage/nvs_rw_blob/README.md index 94b8549b36..b39c289038 100644 --- a/examples/storage/nvs_rw_blob/README.md +++ b/examples/storage/nvs_rw_blob/README.md @@ -9,6 +9,6 @@ Example also shows how to implement diagnostics if read / write operation was su If not done already, consider checking simpler example *storage/nvs_rw_value*, that has been used as a starting point for preparing this one. -Detailed functional description of NVS and API is provided in [documentation](http://esp-idf.readthedocs.io/en/latest/api/nvs_flash.html). +Detailed functional description of NVS and API is provided in [documentation](https://esp-idf.readthedocs.io/en/latest/api-reference/nvs_flash.html). See the README.md file in the upper level 'examples' directory for more information about examples. diff --git a/examples/storage/nvs_rw_value/README.md b/examples/storage/nvs_rw_value/README.md index 797e8d422a..eec9f3163e 100644 --- a/examples/storage/nvs_rw_value/README.md +++ b/examples/storage/nvs_rw_value/README.md @@ -8,6 +8,6 @@ Example also shows how to check if read / write operation was successful, or cer Check another example *storage/nvs_rw_blob*, that shows how to read and write variable length binary data (blob). -Detailed functional description of NVS and API is provided in [documentation](http://esp-idf.readthedocs.io/en/latest/api/nvs_flash.html). +Detailed functional description of NVS and API is provided in [documentation](https://esp-idf.readthedocs.io/en/latest/api-reference/nvs_flash.html). See the README.md file in the upper level 'examples' directory for more information about examples.