From f35e2d0fe2cfbd091fee2e2470399d186f1a99e9 Mon Sep 17 00:00:00 2001 From: askpatricw <4002194+askpatrickw@users.noreply.github.com> Date: Tue, 26 Jan 2021 16:19:44 -0800 Subject: [PATCH] fix URL typos --- README.rst | 2 +- adafruit_io/adafruit_io.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__)}