From 281e3e82e1e8bb27052adfb2642b4427e01370ec Mon Sep 17 00:00:00 2001 From: siddacious Date: Mon, 28 Oct 2019 13:15:52 -0700 Subject: [PATCH 1/2] update badges --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index dcc8117..4418750 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,5 @@ CircuitPython_RGBLED ==================== - .. image:: https://readthedocs.org/projects/adafruit-circuitpython-rgbled/badge/?version=latest :target: https://circuitpython.readthedocs.io/projects/rgbled/en/latest/ :alt: Documentation Status @@ -9,8 +8,8 @@ CircuitPython_RGBLED :target: https://discord.gg/nBQh6qu :alt: Discord -.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_RGBLED.svg?branch=master - :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_RGBLED +.. image:: https://github.com/adafruit/Adafruit_CircuitPython/RGBLED/workflows/Build+CI/badge.svg + :target: https://github.com/adafruit/Adafruit_CircuitPython_RGBLED/actions :alt: Build Status CircuitPython driver for RGB LEDs. Works with native microcontroller pins, From fc5deb7b7593fd933ad55f58af23b3de88cac696 Mon Sep 17 00:00:00 2001 From: siddacious Date: Mon, 28 Oct 2019 13:20:53 -0700 Subject: [PATCH 2/2] fixing build badge --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4418750..bcb0d67 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ CircuitPython_RGBLED :target: https://discord.gg/nBQh6qu :alt: Discord -.. image:: https://github.com/adafruit/Adafruit_CircuitPython/RGBLED/workflows/Build+CI/badge.svg +.. image:: https://github.com/adafruit/Adafruit_CircuitPython_RGBLED/workflows/Build%20CI/badge.svg :target: https://github.com/adafruit/Adafruit_CircuitPython_RGBLED/actions :alt: Build Status