Skip to content

Commit dfa5e8d

Browse files
tyethme-no-dev
andauthored
Update installing to use CDN backed github links (#7876)
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: #3505 (comment) Co-authored-by: Me No Dev <[email protected]>
1 parent b98255d commit dfa5e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)