Skip to content

Commit 98e9810

Browse files
authored
Merge pull request #315 from tekktrik/dev/fix-docs-link
Update RTD link check
2 parents b306f02 + 6505d54 commit 98e9810

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adabot/lib/circuitpython_library_validators.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -991,9 +991,7 @@ def validate_core_driver_page(self, repo):
991991

992992
repo_short_name = repo["name"][len("Adafruit_CircuitPython_") :].lower()
993993
full_url = (
994-
"https://circuitpython.readthedocs.io/projects/"
995-
+ repo_short_name
996-
+ "/en/latest/"
994+
"https://docs.circuitpython.org/projects/" + repo_short_name + "/en/latest/"
997995
)
998996
full_url_dashes = full_url.replace("_", "-")
999997
if (

0 commit comments

Comments
 (0)