diff --git a/README.rst b/README.rst index bc259c5..68698ba 100644 --- a/README.rst +++ b/README.rst @@ -12,8 +12,8 @@ Introduction :alt: Discord -.. image:: https://github.com/circuitpython/CircuitPython_DisplayIO_Annotation/workflows/Build%20CI/badge.svg - :target: https://github.com/circuitpython/CircuitPython_DisplayIO_Annotation/actions +.. image:: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation/workflows/Build%20CI/badge.svg + :target: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation/actions :alt: Build Status @@ -34,12 +34,14 @@ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading `the Adafruit library and driver bundle `_ or individual libraries can be installed using -`circup `_.Installing from PyPI +`circup `_. + +Installing from PyPI ===================== On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from -PyPI `_. +PyPI `_. To install for current user: .. code-block:: shell @@ -72,7 +74,7 @@ Contributing ============ Contributions are welcome! Please read our `Code of Conduct -`_ +`_ before contributing to help this project stay welcoming. Documentation diff --git a/docs/index.rst b/docs/index.rst index 75b3f35..b226bfa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,7 +33,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 99b52e7..ae3cdb6 100644 --- a/setup.py +++ b/setup.py @@ -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_Annotation.git", + url="https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation.git", # Author details author="CircuitPython Organization", author_email="",