Skip to content

Commit f6f977f

Browse files
tarzan115devyte
authored andcommitted
fix links for read the docs (#4293)
* fix links for read the docs * fix typo fix typo in link
1 parent bb5787a commit f6f977f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

doc/esp8266wifi/readme.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ The same sketch without ``Serial.setDebugOutput(true)`` will print out only the
302302
Enable Debugging in IDE
303303
~~~~~~~~~~~~~~~~~~~~~~~
304304

305-
Arduino IDE provides convenient method to `enable debugging <https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst>`__ for specific libraries.
305+
Arduino IDE provides convenient method to `enable debugging <../Troubleshooting/debugging.rst>`__ for specific libraries.
306306

307307
What's Inside?
308308
--------------

doc/faq/a02-my-esp-crashes.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ is wrong, it restarts itself to tell you about it.
8383
There are two typical scenarios that trigger ESP restarts:
8484

8585
- **Exception** - when code is performing `illegal
86-
operation <https://github.com/esp8266/Arduino/blob/master/doc/exception_causes.rst>`__,
86+
operation <../exception_causes.rst>`__,
8787
like trying to write to non-existent memory location.
8888
- **Watchdog** - if code is `locked
8989
up <https://en.wikipedia.org/wiki/Watchdog_timer>`__ staying too long
@@ -104,7 +104,7 @@ Typical restart because of exception looks like follows:
104104
Exception cause decoding
105105

106106
Start with looking up exception code in the `Exception Causes
107-
(EXCCAUSE) <https://github.com/esp8266/Arduino/blob/master/doc/exception_causes.rst>`__
107+
(EXCCAUSE) <../exception_causes.rst>`__
108108
table to understand what kind of issue it is. If you have no clues what
109109
it's about and where it happens, then use `Arduino ESP8266/ESP32
110110
Exception Stack Trace

doc/faq/a04-board-generic-is-unknown.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ follows:
5454
Error compiling for board Generic ESP8266 Module.
5555

5656
Below is an example messages for
57-
`WeMos <https://github.com/esp8266/Arduino/blob/master/doc/boards.rst#wemos-d1>`__:
57+
`WeMos <../boards.rst#wemos-d1-r2-mini>`__:
5858

5959
::
6060

6161
Board d1_mini (platform esp8266, package esp8266) is unknown
6262
Error compiling for board WeMos D1 R2 & mini.
6363

64-
... and another one for `Adafruit
65-
HUZZAH <https://github.com/esp8266/Arduino/blob/master/doc/boards.rst#adafruit-huzzah-esp8266-esp-12>`__:
64+
... and another one for `Adafruit Feather
65+
HUZZAH <../boards.rst#adafruit-feather-huzzah-esp8266>`__:
6666

6767
::
6868

doc/reference.rst

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

0 commit comments

Comments
 (0)