diff --git a/adabot/lib/circuitpython_library_validators.py b/adabot/lib/circuitpython_library_validators.py index e070d39..64d1bef 100644 --- a/adabot/lib/circuitpython_library_validators.py +++ b/adabot/lib/circuitpython_library_validators.py @@ -866,7 +866,7 @@ def validate_readthedocs(self, repo): # Get the README file contents while True: try: - lib_repo = GH_INTERFACE.get_repo("Adafruit/" + repo["full_name"]) + lib_repo = GH_INTERFACE.get_repo(repo["full_name"]) content_file = lib_repo.get_contents("README.rst") break except pygithub.RateLimitExceededException: