diff --git a/README.rst b/README.rst index 5748e01..36e310f 100644 --- a/README.rst +++ b/README.rst @@ -11,6 +11,10 @@ Introduction :target: https://discord.gg/nBQh6qu :alt: Discord +.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_DHT.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_DHT + :alt: Build Status + CircuitPython support for the DHT11 and DHT22 temperature and humidity devices. Dependencies diff --git a/docs/conf.py b/docs/conf.py index c853a13..4cfd5d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ ] intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None), - 'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None), + 'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None), 'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None), 'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}