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

@ -13,10 +13,10 @@ logger = logging.getLogger(__name__)
class GiteaLister(GogsLister):
"""List origins from Gitea.
Gitea API documentation: https://try.gitea.io/api/swagger
Gitea API documentation: https://gitea.com/api/swagger
The API does pagination and provides navigation URLs through the 'Link' header.
The default value for page size is the maximum value observed on the instances
accessible at https://try.gitea.io/api/v1/ and https://codeberg.org/api/v1/."""
accessible at https://gitea.com/api/v1/ and https://codeberg.org/api/v1/."""
LISTER_NAME = "gitea"