From b01251e9d2bcc25aca9cbd709ed601c321612a08 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 17 Feb 2023 11:11:06 +0100
Subject: [PATCH] [readme,pyproject] Update links to point to rtd.org

---
 README.md      | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ef4cbdf..dfd081e 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 7fcde8a..5896136 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"
-- 
GitLab