docs: Fix broken external links

Those were spotted thanks to the sphinx linkcheck builder
This commit is contained in:
Antoine Lambert 2025-02-06 14:33:25 +01:00 committed by Antoine Lambert
parent 3771a411ae
commit bde37867d8
5 changed files with 10 additions and 10 deletions

View file

@ -52,7 +52,7 @@ class GitHubLister(Lister[GitHubListerState, List[Dict[str, Any]]]):
When the credentials aren't set in the lister config, the lister can run in
anonymous mode too (e.g. for testing purposes).
.. _abuse rate limit policy: https://developer.github.com/v3/guides/best-practices-for-integrators/#dealing-with-abuse-rate-limits
.. _abuse rate limit policy: https://developer.github.com/v3/guides/best-practices-for-integrators/#handle-rate-limit-errors-appropriately
Args: