Skip to content

[doc] link: http -> https #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down