From 5a9e54deb8f3c15a069f283eeb0c7b34c806e1b3 Mon Sep 17 00:00:00 2001 From: Maxwell Paul Brickner Date: Mon, 28 Oct 2019 16:59:35 -0400 Subject: [PATCH] Updated links to use https when possible. Updated links in readme to use https instead of http when possible. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64505f1d903..67e41e162d2 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)