diff --git a/README.md b/README.md
index 15017eba3e6200de86a9a6a037f7469c8c05a957..1c8e8556412064b5f9b96da05e4bd72406bf3311 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@ SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idia
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
-[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://mednet.readthedocs.io/en/latest/)
-[![build](https://gitlab.idiap.ch/biosignal/software/mednet/badges/main/pipeline.svg)](https://gitlab.idiap.ch/biosignal/software/mednet/commits/main)
-[![coverage](https://gitlab.idiap.ch/biosignal/software/mednet/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/biosignal/software/mednet/main/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-v1.0.0-orange.svg)](https://mednet.readthedocs.io/en/v1.0.0/)
+[![build](https://gitlab.idiap.ch/biosignal/software/mednet/badges/v1.0.0/pipeline.svg)](https://gitlab.idiap.ch/biosignal/software/mednet/commits/v1.0.0)
+[![coverage](https://gitlab.idiap.ch/biosignal/software/mednet/badges/v1.0.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/biosignal/software/mednet/v1.0.0/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/biosignal/software/mednet)
 
 # Computer-Aided Detection and Segmentation from Medical Data
diff --git a/pyproject.toml b/pyproject.toml
index 57d62f773d3dc4f71372bd39d8a51c39f2a657df..4c4a70f4bbbc030572c6f2e93d9871a243f5f2e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,7 +54,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://mednet.readthedocs.io/en/latest/"
+documentation = "https://mednet.readthedocs.io/en/v1.0.0/"
 homepage = "https://pypi.org/project/mednet"
 repository = "https://gitlab.idiap.ch/biosignal/software/mednet"
 changelog = "https://gitlab.idiap.ch/biosignal/software/mednet/-/releases"