Skip to content

Commit 251ab4b

Browse files
authored
Update installing to use CDN backed github links
This increases the reliability of users hitting the boardsmanager urls, improving speed and avoiding request throttling, by using the github CDN frontend as mentioned in this old ticket: espressif#3505 (comment)
1 parent 0d84018 commit 251ab4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/installing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ This is the way to install Arduino-ESP32 directly from the Arduino IDE.
2525

2626
- Stable release link::
2727

28-
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
28+
https://espressif.github.io/arduino-esp32/package_esp32_index.json
2929

3030
- Development release link::
3131

32-
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
32+
https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json
3333

3434

3535
.. note::

0 commit comments

Comments
 (0)