diff --git a/adafruit_monsterm4sk.py b/adafruit_monsterm4sk.py index e64ac37..e2321b1 100644 --- a/adafruit_monsterm4sk.py +++ b/adafruit_monsterm4sk.py @@ -40,7 +40,7 @@ import adafruit_lis3dh __version__ = "0.0.0-auto.0" -__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MonsterM4sk.git" +__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK.git" # Seesaw pin numbers SS_LIGHTSENSOR_PIN = 2 # "through-hole" light sensor near left eye diff --git a/docs/index.rst b/docs/index.rst index d31cd62..a6ed864 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,7 +31,7 @@ Table of Contents .. toctree:: :caption: Other Links - Download + Download CircuitPython Reference Documentation CircuitPython Support Forum Discord Chat diff --git a/setup.py b/setup.py index 2eba876..e760017 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ long_description=long_description, long_description_content_type="text/x-rst", # The project's main homepage. - url="https://github.com/foamyguy/Adafruit_CircuitPython_MonsterM4sk", + url="https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK", # Author details author="Adafruit Industries", author_email="circuitpython@adafruit.com",