diff --git a/README.rst b/README.rst index f9b41e0..446435b 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ Contributing ============ Contributions are welcome! Please read our `Code of Conduct -`_ +`_ before contributing to help this project stay welcoming. Documentation diff --git a/adafruit_io/adafruit_io.py b/adafruit_io/adafruit_io.py index 50ba54e..56f9d7d 100755 --- a/adafruit_io/adafruit_io.py +++ b/adafruit_io/adafruit_io.py @@ -28,7 +28,7 @@ ) __version__ = "0.0.0-auto.0" -__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Adafruit_IO.git" +__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO.git" CLIENT_HEADERS = {"User-Agent": "AIO-CircuitPython/{0}".format(__version__)}