diff --git a/README.md b/README.md
index ef4cbdfafd2b83aa3336723df5f8571936e1b7bc..dfd081e42aae304787c7aa7448b3ed44b5bd999b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ 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/clapp/main/sphinx/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://clapp.readthedocs.io/en/latest/)
 [![build](https://gitlab.idiap.ch/software/clapp/badges/main/pipeline.svg)](https://gitlab.idiap.ch/software/clapp/commits/main)
 [![coverage](https://gitlab.idiap.ch/software/clapp/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/clapp/main/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/clapp)
diff --git a/pyproject.toml b/pyproject.toml
index 7fcde8a9c624360d4863edb755c25d8c8e0cea87..5896136f8496971a15786f5e60d5a5e91b24cf66 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://www.idiap.ch/software/biosignal/docs/software/clapp/main/"
+documentation = "https://clapp.readthedocs.io/en/latest/"
 homepage = "https://pypi.org/project/clapp"
 repository = "https://gitlab.idiap.ch/software/clapp"
 changelog = "https://gitlab.idiap.ch/software/clapp/-/releases"