Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adafruit_monsterm4sk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Table of Contents
.. toctree::
:caption: Other Links

Download <https://github.com/adafruit/Adafruit_CircuitPython_MonsterM4sk/releases/latest>
Download <https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK/releases/latest>
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
Discord Chat <https://adafru.it/discord>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down