1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +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

@ -149,7 +149,7 @@ current speed. For example
| ``Serial`` and ``Serial1`` objects are both instances of the
``HardwareSerial`` class.
| I've done this also for official ESP8266 `Software
Serial <https://github.com/esp8266/Arduino/blob/master/doc/libraries.rst#softwareserial>`__
Serial <libraries.rst#softwareserial>`__
library, see this `pull
request <https://github.com/plerup/espsoftwareserial/pull/22>`__.
| Note that this implementation is **only for ESP8266 based boards**,