1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

fix links for read the docs (#4293)

* fix links for read the docs

* fix typo

fix typo in link
This commit is contained in:
Doanh Văn Lương
2018-02-08 11:17:36 +07:00
committed by Develo
parent bb5787a1cd
commit f6f977fb03
4 changed files with 7 additions and 7 deletions

View File

@ -302,7 +302,7 @@ The same sketch without ``Serial.setDebugOutput(true)`` will print out only the
Enable Debugging in IDE
~~~~~~~~~~~~~~~~~~~~~~~
Arduino IDE provides convenient method to `enable debugging <https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst>`__ for specific libraries.
Arduino IDE provides convenient method to `enable debugging <../Troubleshooting/debugging.rst>`__ for specific libraries.
What's Inside?
--------------