Skip to content

Commit

Permalink
Merge pull request #7 from adafruit/fix-links
Browse files Browse the repository at this point in the history
Fixed links
  • Loading branch information
dhalbert committed May 24, 2021
2 parents 6436218 + 6b9efaf commit b6690a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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/adafruit/Adafruit_CircuitPython_Board_Toolkit/workflows/Build%20CI/badge.svg
:target: https://github.com/adafruit/Adafruit_CircuitPython_Board_Toolkit/actions
.. image:: https://github.com/adafruit/Adafruit_Board_Toolkit/workflows/Build%20CI/badge.svg
:target: https://github.com/adafruit/Adafruit_Board_Toolkit/actions
:alt: Build Status


Expand Down Expand Up @@ -54,5 +54,5 @@ Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_Board_Toolkit/blob/main/CODE_OF_CONDUCT.md>`_
<https://github.com/adafruit/Adafruit_Board_Toolkit/blob/main/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.
2 changes: 1 addition & 1 deletion adafruit_board_toolkit/circuitpython_serial.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# imports

__version__ = "0.0.0-auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Board_Toolkit.git"
__repo__ = "https://github.com/adafruit/Adafruit_Board_Toolkit.git"

from typing import Sequence

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
html_favicon = "_static/favicon.ico"

# Output file base name for HTML help builder.
htmlhelp_basename = "Adafruit_CircuitPython_Board_toolkitLibrarydoc"
htmlhelp_basename = "Adafruit_Board_toolkitLibrarydoc"

# -- Options for LaTeX output ---------------------------------------------

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

Download <https://github.com/adafruit/Adafruit_CircuitPython_Board_Toolkit/releases/latest>
Download <https://github.com/adafruit/Adafruit_Board_Toolkit/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

0 comments on commit b6690a0

Please sign in to comment.