]> granicus.if.org Git - esp-idf/commitdiff
Fixed broken links in documentation
authorkrzychb <krzychb@gazeta.pl>
Thu, 7 Sep 2017 16:48:15 +0000 (18:48 +0200)
committerkrzychb <krzychb@gazeta.pl>
Thu, 7 Sep 2017 16:48:15 +0000 (18:48 +0200)
docs/api-guides/app_trace.rst
docs/get-started/get-started-wrover-kit-v2.rst
examples/storage/nvs_rw_blob/README.md
examples/storage/nvs_rw_value/README.md

index 68fa4e94c262a11a6f8567d83c8b74e4d97d585b..8ef36d73f1a37ec29968cfcbd035634282545992 100644 (file)
@@ -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 <https://www.segger.com/systemview.html>`_). 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 <https://www.segger.com/products/development-tools/systemview/>`_). SEGGER SystemView is a real-time recording and visualization tool that allows to analyze runtime behavior of an application.
 
 .. note::
 
index f0623ef3fbe03f80eb6402de11089edcbfb1b3a3..271b4052140d23259b17af5342561ed6abd82e97 100644 (file)
@@ -174,7 +174,7 @@ Related Documents
 
 * `ESP-WROVER-KIT V2 schematic`_ (PDF)
 * `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF)
-* `ESP-WROOM-32 Datasheet <http://www.espressif.com/sites/default/files/documentation/esp_wroom_32_datasheet_en.pdf>`_ (PDF)
+* `ESP-WROOM-32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp-wroom-32_datasheet_en.pdf>`_ (PDF)
 * `ESP32-WROVER Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf>`_ (PDF)
 * :doc:`../api-guides/jtag-debugging/index`
 * :doc:`../hw-reference/modules-and-boards`
index 94b8549b36062bbebcb86a6685280bda6573b325..b39c289038f6048886a10fca9a400a6a65c9a001 100644 (file)
@@ -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.
index 797e8d422a128326fc14a40976bfb5f2707f7103..eec9f3163e51785d7bc94295baa7b3e583e83f5a 100644 (file)
@@ -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.