diff --git a/README.md b/README.md index fc8d110..eaa7258 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Library gathering functions for all SERTIT's projects. -Find the API documentation [**here**](https://sertit-utils.readthedocs.io/en/latest/). +Find the API documentation [**here**](https://sertit-utils.readthedocs.io/latest/). ## Installing diff --git a/pyproject.toml b/pyproject.toml index ab081a8..9978cca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ full = ["sertit[colorlog,rasters_rio,rasters,dask]"] [project.urls] Bug_Tracker = "https://github.com/sertit/sertit-utils/issues" -Documentation = "https://sertit-utils.readthedocs.io/en/latest/" +Documentation = "https://sertit-utils.readthedocs.io/latest/" Source_Code = "https://github.com/sertit/sertit-utils" [tool.ruff]