Skip to content

Commit 97b382e

Browse files
committed
README.md: fixed broken links
1 parent dcb93a6 commit 97b382e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ First attempt at a library. Lots more changes and fixes to do. Contributions are
88

99
## Libray
1010
[WebServer https://github.com/zhouhan0126/WebServer-esp32](https://github.com/zhouhan0126/WebServer-esp32)
11-
Note that the arduino-esp32 project already contains a different version of this library. This can cause a conflict. To make sure that this version of the WebServer library is used, remove the one in your Arduino installation folder under `hardware/espressif/esp32/libraries`. (For complete reference: the ![arduino-esp32 project](https://github.com/espressif/arduino-esp32) from master branch on 2019-02-16, git hash 89d6b89 contains an incompatible WebServer library.)
11+
12+
Note that the arduino-esp32 project already contains a different version of this library. This can cause a conflict. To make sure that this version of the WebServer library is used, remove the one in your Arduino installation folder under `hardware/espressif/esp32/libraries`. (For complete reference: the [arduino-esp32 project](https://github.com/espressif/arduino-esp32) from master branch on 2019-02-16, git hash 89d6b89 contains an incompatible WebServer library.)
1213

1314
[DNSServer https://github.com/zhouhan0126/DNSServer---esp32](https://github.com/zhouhan0126/DNSServer---esp32)
14-
Note that the arduino-esp32 project already contains a different version of this library. This might cause a conflict though I haven't experienced any issues so far. (For complete reference: I am using the ![arduino-esp32 project](https://github.com/espressif/arduino-esp32) from master branch on 2019-02-16, git hash 89d6b89.)
15+
16+
Note that the arduino-esp32 project already contains a different version of this library. This might cause a conflict though I haven't experienced any issues so far. (For complete reference: I am using the [arduino-esp32 project](https://github.com/espressif/arduino-esp32) from master branch on 2019-02-16, git hash 89d6b89.)
1517

1618

1719
## How It Looks

0 commit comments

Comments
 (0)