Skip to content

Commit e1eb8de

Browse files
authored
Merge pull request arduino#23 from Rotzbua/patch-1
[doc] link: http -> https
2 parents 5f37ba4 + 04b89f3 commit e1eb8de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Including this repo in your existing Arduino core will allow the language to gro
88
For backwards compatibility, every revision of this repo will increase `ARDUINO_API_VERSION` define.
99

1010
Some cores have been ported to the new structure, for example:
11-
* megaAVR (http://github.com/arduino/ArduinoCore-megaAVR)
12-
* classic AVR (http://github.com/arduino/ArduinoCore-avr/tree/api)
13-
* SAMD (http://github.com/arduino/ArduinoCore-samd/tree/api)
11+
* megaAVR (https://github.com/arduino/ArduinoCore-megaAVR)
12+
* classic AVR (https://github.com/arduino/ArduinoCore-avr/tree/api)
13+
* SAMD (https://github.com/arduino/ArduinoCore-samd/tree/api)
1414

1515
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.
1616

0 commit comments

Comments
 (0)