From c48cefcb3473eabd86eb90d907419c3b1e0f1d24 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Fri, 21 Dec 2018 12:54:42 -0600 Subject: [PATCH] change 'travis-ci.org' to 'travis-ci.com' --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 963c5c5..d251773 100644 --- a/README.rst +++ b/README.rst @@ -10,8 +10,8 @@ Introduction :target: https://discord.gg/nBQh6qu :alt: Discord -.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_AVRprog.svg?branch=master - :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_AVRprog +.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_AVRprog.svg?branch=master + :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_AVRprog :alt: Build Status Program your favorite AVR chips directly from CircuitPython with this handy helper class that will let you make stand-alone programmers right from your REPL. Should work with any/all AVR chips, via SPI programming. Tested with ATmega328, ATtiny85 and ATmega2560