Skip to content

Commit 5e83f3a

Browse files
committed
updated README; added Travis badge, fixed RTD badge
1 parent f86cad3 commit 5e83f3a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
Introduction
33
============
44

5-
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-sdcard/badge/?version=latest
6-
:target: https://circuitpython.readthedocs.io/projects/sdcard/en/latest/
5+
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-sd/badge/?version=latest
6+
:target: https://circuitpython.readthedocs.io/projects/sd/en/latest/
77
:alt: Documentation Status
88

99
.. image :: https://img.shields.io/discord/327254708534116352.svg
1010
:target: https://adafru.it/discord
1111
:alt: Discord
1212
13+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_SD.svg?branch=master
14+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_SD
15+
:alt: Build Status
16+
1317
CircuitPython driver for SD cards. This implements the basic reading and writing
1418
block functionality needed to mount an SD card using `storage.VfsFat`.
1519

0 commit comments

Comments
 (0)