From 251ab4bff5e957923844f86d011789510ce696a1 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Tue, 21 Feb 2023 17:04:46 +0000 Subject: [PATCH] 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: https://github.com/espressif/arduino-esp32/issues/3505#issuecomment-1438813967 --- docs/source/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/installing.rst b/docs/source/installing.rst index 6120973fb87..c3bd268949b 100644 --- a/docs/source/installing.rst +++ b/docs/source/installing.rst @@ -25,11 +25,11 @@ This is the way to install Arduino-ESP32 directly from the Arduino IDE. - Stable release link:: - https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json + https://espressif.github.io/arduino-esp32/package_esp32_index.json - Development release link:: - https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json + https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json .. note::