]> granicus.if.org Git - esp-idf/commitdiff
docs: fix example index
authorWu Jian Gang <wujiangang@espressif.com>
Fri, 2 Dec 2016 08:02:20 +0000 (16:02 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Fri, 2 Dec 2016 08:02:20 +0000 (16:02 +0800)
docs/api/esp_eth.rst
docs/api/pcnt.rst
examples/17_ethernet/Makefile [moved from examples/14_ethernet/Makefile with 100% similarity]
examples/17_ethernet/README.md [moved from examples/14_ethernet/README.md with 100% similarity]
examples/17_ethernet/main/component.mk [moved from examples/14_ethernet/main/component.mk with 100% similarity]
examples/17_ethernet/main/ethernet_main.c [moved from examples/14_ethernet/main/ethernet_main.c with 100% similarity]

index f8f19092d1e03ec109b245de11b7af5394725bb4..d6d98e43d8faa789bb462e6f7c327351d380b578 100644 (file)
@@ -4,7 +4,7 @@ ETHERNET
 Application Example
 -------------------
 
-ethernet example: `examples/14_ethernet <https://github.com/espressif/esp-idf/tree/master/examples/14_ethernet>`_.
+ethernet example: `examples/17_ethernet <https://github.com/espressif/esp-idf/tree/master/examples/17_ethernet>`_.
 
 API Reference
 -------------
index 848fa55267041e0722e48c32a1cebf6bc5b3f0cf..08450b64a6af083ba3f34471c295c151cf268fb0 100644 (file)
@@ -9,7 +9,7 @@ The PCNT (Pulse Counter) module is designed to count the number of rising and/or
 Application Example
 -------------------
 
-Pulse counter with control signal and event interrupt example: `examples/12_pcnt <https://github.com/espressif/esp-idf/tree/master/examples/12_pcnt>`_.
+Pulse counter with control signal and event interrupt example: `examples/16_pcnt <https://github.com/espressif/esp-idf/tree/master/examples/16_pcnt>`_.
 
 API Reference
 -------------