]> granicus.if.org Git - esp-idf/commitdiff
Updated relative paths to included documents
authorKrzysztof Budzynski <krzysztof@espressif.com>
Mon, 16 Jan 2017 22:08:35 +0000 (23:08 +0100)
committerKrzysztof Budzynski <krzysztof@espressif.com>
Mon, 16 Jan 2017 22:08:35 +0000 (23:08 +0100)
docs/api/storage/nvs_flash.rst
docs/api/storage/spi_flash.rst
docs/api/storage/vfs.rst
docs/api/system/log.rst
docs/ulp.rst

index e2ac34ada860f8624319d78cb0fc4118b069acb7..00094d8697d11b2cf8889027bb1deb8ea02dfa42 100644 (file)
@@ -1,11 +1,11 @@
-.. include:: ../../components/nvs_flash/README.rst
+.. include:: ../../../components/nvs_flash/README.rst
 
 Application Example
 -------------------
 
 Two examples are provided in ESP-IDF examples directory:
 
-`07_nvs_rw_value <https://github.com/espressif/esp-idf/blob/master/examples/07_nvs_rw_value/main/nvs_rw_value.c>`_
+`storage/nvs_rw_value <https://github.com/espressif/esp-idf/blob/master/examples/storage/nvs_rw_value/main/nvs_rw_value.c>`_
 
   Demonstrates how to read and write a single integer value using NVS.
 
@@ -13,7 +13,7 @@ Two examples are provided in ESP-IDF examples directory:
 
   Example also shows how to check if read / write operation was successful, or certain value is not initialized in NVS. Diagnostic is provided in plain text to help track program flow and capture any issues on the way.
 
-`08_nvs_rw_blob <https://github.com/espressif/esp-idf/blob/master/examples/08_nvs_rw_blob/main/nvs_rw_blob.c>`_
+`storage/nvs_rw_blob <https://github.com/espressif/esp-idf/blob/master/examples/storage/nvs_rw_blob/main/nvs_rw_blob.c>`_
 
   Demonstrates how to read and write a single integer value and a blob (binary large object) using NVS to preserve them between ESP32 module restarts.
 
index 5903c0902dc15213180ca6c039cebbb9ae13877b..209b41377956e5b6530a46174dc620480c5f9cb1 100644 (file)
@@ -1,11 +1,11 @@
-.. include:: ../../components/spi_flash/README.rst
+.. include:: ../../../components/spi_flash/README.rst
 
 Application Example
 -------------------
 
 `Instructions`_
 
-.. _Instructions: template.html
+.. _Instructions: ../template.html
 
 API Reference
 -------------
index 71550f111c685908940c60ae49c14908bf199a97..d4e5d24ab77dfa2e32092c464d3d8e1edb66e9c8 100644 (file)
@@ -1,9 +1,11 @@
-.. include:: ../../components/vfs/README.rst
+.. include:: ../../../components/vfs/README.rst
 
 Application Example
 -------------------
 
-`Instructions <http://esp-idf.readthedocs.io/en/latest/api/template.html>`_
+`Instructions`_
+
+.. _Instructions: ../template.html
 
 API Reference
 -------------
index d2f2fcd073dae9c15ba197358dd9cac1562e6e69..d812740bb2e260e8b12ba4f92fd7d1327e05f0fb 100644 (file)
@@ -1,17 +1,15 @@
-.. include:: ../../components/log/README.rst
+.. include:: ../../../components/log/README.rst
 
 Application Example
 -------------------
 
 `Instructions`_
 
+.. _Instructions: ../template.html
+
 API Reference
 -------------
 
-`Instructions`_
-
-.. _Instructions: template.html
-
 Header Files
 ^^^^^^^^^^^^
 
index 9db42e633e8456433e56d1c67e65ebd5165d1d61..4ee6ed7a2ff0a2d3d746d1d01528f2190b30ee3a 100644 (file)
@@ -1 +1 @@
-.. include:: ../../components/ulp/README.rst
+.. include:: ../components/ulp/README.rst