Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfa5e8d

Browse filesBrowse files
tyethme-no-dev
andauthored
Update installing to use CDN backed github links (espressif#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: espressif#3505 (comment) Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
1 parent b98255d commit dfa5e8d
Copy full SHA for dfa5e8d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/source/installing.rst

Copy file name to clipboardExpand all lines: docs/source/installing.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.