From 04b89f32b0aab2813739075a3a78628117e3a811 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Wed, 21 Nov 2018 19:50:48 +0100 Subject: [PATCH] [doc] link: http -> https --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84e94690..0d3c8d5f 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Including this repo in your existing Arduino core will allow the language to gro For backwards compatibility, every revision of this repo will increase `ARDUINO_API_VERSION` define. Some cores have been ported to the new structure, for example: -* megaAVR (http://github.com/arduino/ArduinoCore-megaAVR) -* classic AVR (http://github.com/arduino/ArduinoCore-avr/tree/api) -* SAMD (http://github.com/arduino/ArduinoCore-samd/tree/api) +* megaAVR (https://github.com/arduino/ArduinoCore-megaAVR) +* classic AVR (https://github.com/arduino/ArduinoCore-avr/tree/api) +* SAMD (https://github.com/arduino/ArduinoCore-samd/tree/api) These repositories **don't** contain the needed `api` subfolder; to "complete" the core you need to copy or symlink the `api` folder from this repo to the target's `cores/arduino` folder.