Skip to content

[skip changelog] Update arduino.cc links to https://www.arduino.cc in documentation #1060

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 5, 2020
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/library-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ code to specific architectures.

## See also

- [Arduino library style guide](http://arduino.cc/en/Reference/APIStyleGuide)
- [Arduino library style guide](https://www.arduino.cc/en/Reference/APIStyleGuide)
- [Library dependency resolution process documentation](sketch-build-process.md#dependency-resolution)

## 1.5 library format (rev. 2.2)
Expand Down Expand Up @@ -205,7 +205,7 @@ Editor.
More information:

- [Arduino sketch specification](sketch-specification.md)
- [Style guide for Arduino examples](http://arduino.cc/en/Reference/StyleGuide)
- [Style guide for Arduino examples](https://www.arduino.cc/en/Reference/StyleGuide)

#### Extra documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/sketch-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ This feature was added in Arduino IDE 1.6.9.
## See also

- [Sketch build process documentation](sketch-build-process.md)
- [Style guide for example sketches](http://arduino.cc/en/Reference/StyleGuide)
- [Style guide for example sketches](https://www.arduino.cc/en/Reference/StyleGuide)