diff --git a/README.md b/README.md
index 9a828ff587e981cd0c295d6750b9d9c1e52d0e3c..ef4cbdfafd2b83aa3336723df5f8571936e1b7bc 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@ 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/bob/docs/software/clapp/main/sphinx/index.html)
-[![build](https://gitlab.idiap.ch/bob/clapp/badges/main/pipeline.svg)](https://gitlab.idiap.ch/bob/clapp/commits/main)
-[![coverage](https://gitlab.idiap.ch/bob/clapp/badges/main/coverage.svg)](https://www.idiap.ch/software/bob/docs/software/clapp/main/coverage/index.html)
-[![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/clapp)
+[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/biosignal/docs/software/clapp/main/sphinx/index.html)
+[![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)
 
 
 # Configuration Support for Python Packages and CLIs
diff --git a/doc/conf.py b/doc/conf.py
index 3c05f3dfb8c290fec954a5930c52c6e02f42f9e7..99c31e2bc40fe2bbc967abdace444fe08bac4311 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -98,7 +98,7 @@ owner = ["Idiap Research Institute"]
 html_theme = "furo"
 
 html_theme_options = {
-    "source_edit_link": f"https://gitlab.idiap.ch/bob/{project}/-/edit/main/doc/{{filename}}",
+    "source_edit_link": f"https://gitlab.idiap.ch/software/{project}/-/edit/main/doc/{{filename}}",
 }
 
 html_title = f"{project} {release}"
diff --git a/doc/install.rst b/doc/install.rst
index 48e3b710fd5e8dccba359ed25d05544526f1d6da..37e5594e6f982ebc4ff12cedcca2c22685691def 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -24,21 +24,21 @@ combination from the tabbed pane below.
 
    .. code-block:: sh
 
-      pip install git+https://gitlab.idiap.ch/bob/clapp
+      pip install git+https://gitlab.idiap.ch/software/clapp
 
 
 .. tab:: conda/stable
 
    .. code-block:: sh
 
-      mamba install -c https://www.idiap.ch/software/bob/conda -c conda-forge clapp
+      mamba install -c https://www.idiap.ch/software/biosignal/conda -c conda-forge clapp
 
 
 .. tab:: conda/beta
 
    .. code-block:: sh
 
-      mamba install -c https://www.idiap.ch/software/bob/conda/label/beta -c conda-forge clapp
+      mamba install -c https://www.idiap.ch/software/biosignal/conda/label/beta -c conda-forge clapp
 
 
 .. include:: links.rst
diff --git a/pyproject.toml b/pyproject.toml
index 79bacd246e65e87d1fa9f8b3b548f72a04090f86..697304d710f5f38eb0346c82fce8a2fc521504a1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,10 +32,10 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://www.idiap.ch/software/bob/docs/software/clapp/main/"
+documentation = "https://www.idiap.ch/software/biosignal/docs/software/clapp/main/"
 homepage = "https://pypi.org/project/clapp"
-repository = "https://gitlab.idiap.ch/bob/clapp"
-changelog = "https://gitlab.idiap.ch/bob/clapp/-/releases"
+repository = "https://gitlab.idiap.ch/software/clapp"
+changelog = "https://gitlab.idiap.ch/software/clapp/-/releases"
 
 [project.optional-dependencies]
 qa = ["pre-commit"]