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