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
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Introduction
:alt: Discord


.. image:: https://github.com/circuitpython/CircuitPython_DisplayIO_SwitchRound/workflows/Build%20CI/badge.svg
:target: https://github.com/circuitpython/CircuitPython_DisplayIO_SwitchRound/actions
.. image:: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_SwitchRound/workflows/Build%20CI/badge.svg
:target: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_SwitchRound/actions
:alt: Build Status


Expand Down Expand Up @@ -73,7 +73,7 @@ Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/circuitpython/CircuitPython_DisplayIO_SwitchRound/blob/main/CODE_OF_CONDUCT.md>`_
<https://github.com/circuitpython/CircuitPython_Org_DisplayIO_SwitchRound/blob/main/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.

Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Table of Contents
.. toctree::
:caption: Other Links

Download <https://github.com/circuitpython/CircuitPython_DisplayIO_SwitchRound/releases/latest>
Download <https://github.com/circuitpython/CircuitPython_Org_DisplayIO_SwitchRound/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 @@ -31,7 +31,7 @@
long_description=long_description,
long_description_content_type="text/x-rst",
# The project's main homepage.
url="https://github.com/circuitpython/CircuitPython_DisplayIO_SwitchRound.git",
url="https://github.com/circuitpython/CircuitPython_Org_DisplayIO_SwitchRound.git",
# Author details
author="Kevin Matocha",
author_email="",
Expand Down