@@ -6,15 +6,15 @@ board and a development environment that implements the Processing/Wiring
6
6
language. Arduino can be used to develop stand-alone interactive objects or
7
7
can be connected to software on your computer (e.g. Flash, Processing and MaxMSP).
8
8
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
10
10
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/
13
13
You can also follow Arduino on Twitter at: https://twitter.com/arduino or
14
14
like Arduino on Facebook at: https://www.facebook.com/official.arduino
15
15
16
16
* 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
18
18
19
19
* More complex requests and technical discussion should go on the Arduino Developers
20
20
mailing list:
@@ -41,7 +41,7 @@ The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe
41
41
and David A. Mellis.
42
42
43
43
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) ,
45
45
[ GCC ARM Embedded toolchain] ( https://launchpad.net/gcc-arm-embedded ) ,
46
46
[ avr-libc] ( http://www.nongnu.org/avr-libc/ ) ,
47
47
[ avrdude] ( http://www.nongnu.org/avrdude/ ) ,
@@ -50,5 +50,5 @@ Arduino uses
50
50
and code from [ Processing] ( http://www.processing.org )
51
51
and [ Wiring] ( http://wiring.org.co ) .
52
52
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/)
54
54
0 commit comments