From b06bcd7a6a7144bfd135e6f421e9ce9e2bc246fe Mon Sep 17 00:00:00 2001 From: sommersoft Date: Fri, 21 Dec 2018 13:22:19 -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 85cce8c..eb42fd8 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_FancyLED.svg?branch=master - :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_FancyLED +.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_FancyLED.svg?branch=master + :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_FancyLED :alt: Build Status FancyLED is a CircuitPython library to assist in creating buttery smooth LED animation. It's loosely inspired by the FastLED library for Arduino, and in fact we have a "helper" library using similar function names to assist with porting of existing Arduino FastLED projects to CircuitPython.