Skip to content

Commit b9f4d31

Browse files
author
Roberto Sora
authored
[skip changelog] Update arduino.cc links to https://www.arduino.cc in documentation (#1060)
1 parent ef4a389 commit b9f4d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/library-specification.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ code to specific architectures.
2121

2222
## See also
2323

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

2727
## 1.5 library format (rev. 2.2)
@@ -205,7 +205,7 @@ Editor.
205205
More information:
206206

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

210210
#### Extra documentation
211211

Diff for: docs/sketch-specification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ This feature was added in Arduino IDE 1.6.9.
152152
## See also
153153

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

0 commit comments

Comments
 (0)