Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Paul Brickner <mbrickn@users.noreply.github.com>2017-04-14 06:52:35 +0300
committerCristian Maglie <c.maglie@bug.st>2017-05-29 14:06:51 +0300
commitecaf493a9bb892dab02ed4a2b5fabc577cb87eea (patch)
tree5f00c4bf44c9178ff5b4d950ed86390390eeb85a /README.md
parent54264124b72eec40aaa22e327c16760f5e806c2a (diff)
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! ^ _ ^
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index c7c7a0f52..d43508d3e 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,15 @@ board and a development environment that implements the Processing/Wiring
language. Arduino can be used to develop stand-alone interactive objects or
can be connected to software on your computer (e.g. Flash, Processing and MaxMSP).
The boards can be assembled by hand or purchased preassembled; the open-source
-IDE can be downloaded for free at http://www.arduino.cc/en/Main/Software
+IDE can be downloaded for free at https://www.arduino.cc/en/Main/Software
-* For more information, see the website at: http://www.arduino.cc/
-or the forums at: http://www.arduino.cc/forum/
+* For more information, see the website at: https://www.arduino.cc/
+or the forums at: https://forum.arduino.cc/
You can also follow Arduino on Twitter at: https://twitter.com/arduino or
like Arduino on Facebook at: https://www.facebook.com/official.arduino
* To report a *bug* in the software or to request *a simple enhancement* go to:
-http://github.com/arduino/Arduino/issues
+https://github.com/arduino/Arduino/issues
* More complex requests and technical discussion should go on the Arduino Developers
mailing list:
@@ -41,7 +41,7 @@ The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe
and David A. Mellis.
Arduino uses
-[GNU avr-gcc toolchain](http://gcc.gnu.org/wiki/avr-gcc),
+[GNU avr-gcc toolchain](https://gcc.gnu.org/wiki/avr-gcc),
[GCC ARM Embedded toolchain](https://launchpad.net/gcc-arm-embedded),
[avr-libc](http://www.nongnu.org/avr-libc/),
[avrdude](http://www.nongnu.org/avrdude/),
@@ -50,5 +50,5 @@ Arduino uses
and code from [Processing](http://www.processing.org)
and [Wiring](http://wiring.org.co).
-Icon and about image designed by [ToDo](http://www.todo.to.it/)
+Icon and about image designed by [ToDo](https://www.todo.to.it/)