@@ -6,15 +6,15 @@ board and a development environment that implements the Processing/Wiring
66language. Arduino can be used to develop stand-alone interactive objects or
77can be connected to software on your computer (e.g. Flash, Processing and MaxMSP).
88The 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/
1313You can also follow Arduino on Twitter at: https://twitter.com/arduino or
1414like 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
2020mailing list:
@@ -41,7 +41,7 @@ The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe
4141and David A. Mellis.
4242
4343Arduino 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
5050and code from [ Processing] ( http://www.processing.org )
5151and [ 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