Skip to content

Commit 57ac0d5

Browse files
committed
Updated docs link, updated python docs link, updated setup.py
1 parent 43d5f4a commit 57ac0d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Introduction
33

44

55
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-ble_file_transfer/badge/?version=latest
6-
:target: https://circuitpython.readthedocs.io/projects/ble_file_transfer/en/latest/
6+
:target: https://docs.circuitpython.org/projects/ble_file_transfer/en/latest/
77
:alt: Documentation Status
88

99

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626

2727
intersphinx_mapping = {
28-
"python": ("https://docs.python.org/3.4", None),
29-
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
28+
"python": ("https://docs.python.org/3", None),
29+
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
3030
}
3131

3232
# Show the docstring from both the class and its __init__() method.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Table of Contents
3131
:caption: Other Links
3232

3333
Download <https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer/releases/latest>
34-
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
34+
CircuitPython Reference Documentation <https://docs.circuitpython.org>
3535
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
3636
Discord Chat <https://adafru.it/discord>
3737
Adafruit Learning System <https://learn.adafruit.com>

0 commit comments

Comments
 (0)