Skip to content

Commit ecaf493

Browse files
mbrickncmaglie
authored andcommitted
Changed http links to https
I just changed some links that used http to use https if available. I also updated the forum link http://www.arduino.cc/forum/ to https://forum.arduino.cc/ since that's what it redirects to. (Sans https) Thanks! ^ _ ^
1 parent 5426412 commit ecaf493

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ board and a development environment that implements the Processing/Wiring
66
language. Arduino can be used to develop stand-alone interactive objects or
77
can be connected to software on your computer (e.g. Flash, Processing and MaxMSP).
88
The boards can be assembled by hand or purchased preassembled; the open-source
9-
IDE can be downloaded for free at http://www.arduino.cc/en/Main/Software
9+
IDE can be downloaded for free at https://www.arduino.cc/en/Main/Software
1010

11-
* For more information, see the website at: http://www.arduino.cc/
12-
or the forums at: http://www.arduino.cc/forum/
11+
* For more information, see the website at: https://www.arduino.cc/
12+
or the forums at: https://forum.arduino.cc/
1313
You can also follow Arduino on Twitter at: https://twitter.com/arduino or
1414
like Arduino on Facebook at: https://www.facebook.com/official.arduino
1515

1616
* To report a *bug* in the software or to request *a simple enhancement* go to:
17-
http://github.com/arduino/Arduino/issues
17+
https://github.com/arduino/Arduino/issues
1818

1919
* More complex requests and technical discussion should go on the Arduino Developers
2020
mailing list:
@@ -41,7 +41,7 @@ The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe
4141
and David A. Mellis.
4242

4343
Arduino uses
44-
[GNU avr-gcc toolchain](http://gcc.gnu.org/wiki/avr-gcc),
44+
[GNU avr-gcc toolchain](https://gcc.gnu.org/wiki/avr-gcc),
4545
[GCC ARM Embedded toolchain](https://launchpad.net/gcc-arm-embedded),
4646
[avr-libc](http://www.nongnu.org/avr-libc/),
4747
[avrdude](http://www.nongnu.org/avrdude/),
@@ -50,5 +50,5 @@ Arduino uses
5050
and code from [Processing](http://www.processing.org)
5151
and [Wiring](http://wiring.org.co).
5252

53-
Icon and about image designed by [ToDo](http://www.todo.to.it/)
53+
Icon and about image designed by [ToDo](https://www.todo.to.it/)
5454

0 commit comments

Comments
 (0)