diff --git a/README.md b/README.md
index 2e27e3a9dc03a23a62e6312042245f5f05850e56..8d86c1913d81a3d8a1d1dd5fcb8e45a9105c55da 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idia
 SPDX-License-Identifier: BSD-3-Clause
 -->
 
-[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/main/sphinx/index.html)
-[![build](https://gitlab.idiap.ch/software/auto-intersphinx/badges/main/pipeline.svg)](https://gitlab.idiap.ch/software/auto-intersphinx/commits/main)
-[![coverage](https://gitlab.idiap.ch/software/auto-intersphinx/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/main/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-v1.0.0-orange.svg)](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/v1.0.0/sphinx/index.html)
+[![build](https://gitlab.idiap.ch/software/auto-intersphinx/badges/v1.0.0/pipeline.svg)](https://gitlab.idiap.ch/software/auto-intersphinx/commits/v1.0.0)
+[![coverage](https://gitlab.idiap.ch/software/auto-intersphinx/badges/v1.0.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/v1.0.0/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/auto-intersphinx)
 
 # Automatically Links Package Documentation from Their Names
diff --git a/pyproject.toml b/pyproject.toml
index 1897863d41e9817e36a97564dbd241e1ac7dea9f..b5a8f783494ec945b278f914cae263b879037dd9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@
 
 [project]
 name = "auto-intersphinx"
-version = "1.0.0b0"
+version = "1.0.0"
 requires-python = ">=3.9"
 description = "Automatic links direct project dependencies to the intersphinx catalog"
 dynamic = ["readme"]
@@ -33,7 +33,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/main/"
+documentation = "https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/v1.0.0/"
 homepage = "https://pypi.org/project/auto-intersphinx"
 repository = "https://gitlab.idiap.ch/software/auto-intersphinx"
 changelog = "https://gitlab.idiap.ch/software/auto-intersphinx/-/releases"