From 7643e7b05b9775fa079530b5388b65c15f7c81b9 Mon Sep 17 00:00:00 2001 From: daud Date: Sun, 30 Sep 2018 23:21:46 -0600 Subject: [PATCH] fix doc link (#5190) --- doc/esp8266wifi/readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/esp8266wifi/readme.rst b/doc/esp8266wifi/readme.rst index a71d5a744..f350639f3 100644 --- a/doc/esp8266wifi/readme.rst +++ b/doc/esp8266wifi/readme.rst @@ -293,7 +293,7 @@ What's Inside? If you like to analyze in detail what is inside of the ESP8266WiFi library, go directly to the `ESP8266WiFi `__ folder of esp8266 / Arduino repository on the GitHub. -To make the analysis easier, rather than looking into individual header or source files, use one of free tools to automatically generate documentation. The class index in chapter `Class Description `__ above has been prepared in no time using great `Doxygen `__, that is the de facto standard tool for generating documentation from annotated C++ sources. +To make the analysis easier, rather than looking into individual header or source files, use one of free tools to automatically generate documentation. The class index in chapter `Class Description`_ above has been prepared in no time using great `Doxygen `__, that is the de facto standard tool for generating documentation from annotated C++ sources. .. figure:: pictures/doxygen-esp8266wifi-documentation.png :alt: Example of documentation prepared by Doxygen