Skip to content

Commit 48f3aaf

Browse files
alranelMassimiliano Pippi
authored and
Massimiliano Pippi
committed
Use https scheme in example (#547)
1 parent e2bc059 commit 48f3aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ any command that require a platform core to work:
299299

300300
.. code:: console
301301
302-
$ arduino-cli core search esp8266 --additional-urls http://arduino.esp8266.com/stable/package_esp8266com_index.json
302+
$ arduino-cli core search esp8266 --additional-urls https://arduino.esp8266.com/stable/package_esp8266com_index.json
303303
ID Version Name
304304
esp8266:esp8266 2.5.2 esp8266
305305
@@ -314,7 +314,7 @@ For example, to add the ESP8266 core, edit the configration file and change the
314314
315315
board_manager:
316316
additional_urls:
317-
- http://arduino.esp8266.com/stable/package_esp8266com_index.json
317+
- https://arduino.esp8266.com/stable/package_esp8266com_index.json
318318
319319
From now on, commands supporting custom cores will automatically use the
320320
additional URL from the configuration file:

0 commit comments

Comments
 (0)