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>2019-10-28 23:59:35 +0300
committerCristian Maglie <c.maglie@bug.st>2019-10-29 12:20:45 +0300
commit71597e7b87e60d6db80c429fe7e8bbc58621dea3 (patch)
treecf510dccfb411ec6bc2434b8e6b09b2a7ddc6444 /README.md
parent5fecda7dee26ed5f7291708bc16b20f13ea6ea79 (diff)
Updated links to use https when possible.
Updated links in readme to use https instead of http when possible.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 64505f1d9..67e41e162 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,8 @@ and David A. Mellis.
Arduino uses
[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/),
+[avr-libc](https://www.nongnu.org/avr-libc/),
+[avrdude](https://www.nongnu.org/avrdude/),
[bossac](http://www.shumatech.com/web/products/bossa),
[openOCD](http://openocd.org/)
and code from [Processing](https://www.processing.org)