diff --git a/docs/blueprints/transparent-gateway.rst b/docs/blueprints/transparent-gateway.rst
index 02cef47379f8988cd46be3a4633f980208c8b52e..31c8b999a2c273a5f68259f5301824f721bb0270 100644
--- a/docs/blueprints/transparent-gateway.rst
+++ b/docs/blueprints/transparent-gateway.rst
@@ -48,7 +48,7 @@ In our default WiFi access point configuration, we create an AP on channel 6 in
    SSID: "|main_project_name| WiFi"
    Passphrase: "12345678".
 
-For more details, the used `hostapd configuration file <https://git.ostc-eu.org/distro/oniro/-/blob/dunfell/meta-oniro-blueprints/recipes-connectivity/hostapd/files/hostapd.conf>`_ is the best reference.
+For more details, the used `hostapd configuration file <https://booting.oniroproject.org/distro/oniro/-/blob/dunfell/meta-oniro-blueprints/recipes-connectivity/hostapd/files/hostapd.conf>`_ is the best reference.
 
 OpenThread Border Router Configuration
 **************************************
@@ -58,7 +58,7 @@ In our default OpenThread Border Router configuration, we create an OpenThread m
    Networkname "ASOS Thread"
    OpenThread masterkey: 00112233445566778899aabbccddeeff
 
-For more details, the used `OpenThread configuration script <https://git.ostc-eu.org/distro/oniro/-/blob/dunfell/meta-oniro-blueprints/recipes-connectivity/openthread/ot-br-posix/otbr-configuration>`_ is the best reference.
+For more details, the used `OpenThread configuration script <https://booting.oniroproject.org/distro/oniro/-/blob/dunfell/meta-oniro-blueprints/recipes-connectivity/openthread/ot-br-posix/otbr-configuration>`_ is the best reference.
 
 Get sources
 ***********
diff --git a/docs/ci/hidden-jobs/workspace.rst b/docs/ci/hidden-jobs/workspace.rst
index 0061c5ae429f9d7fe0915dc1f91860271cf6c951..6918033c43ba1a05af1237645b9e81df11e601c0 100644
--- a/docs/ci/hidden-jobs/workspace.rst
+++ b/docs/ci/hidden-jobs/workspace.rst
@@ -57,7 +57,7 @@ CI_ONIRO_MANIFEST_URL
 The URL consumed by git-repo. You only want to change this if you forked the
 entire infrastructure and want to use it in private.
 
-The default value is ``https://git.ostc-eu.org/distro/manifest``.
+The default value is ``https://booting.oniroproject.org/distro/oniro``.
 
 If you change the default value, please set ``CI_ONIRO_MANIFEST_MIRROR``
 as well.
diff --git a/docs/hardware-support/adding-hardware-support.rst b/docs/hardware-support/adding-hardware-support.rst
index 8c6474907a7397a39afb35b035401905f2778a66..66b83c259f3c810a5606db0bcc739f5d6a1bbfa0 100644
--- a/docs/hardware-support/adding-hardware-support.rst
+++ b/docs/hardware-support/adding-hardware-support.rst
@@ -33,7 +33,7 @@ maintained support** in targeted kernels.
 Add Required meta-layers
 ************************
 
-Oniro flavours configuration templates (stored in `distro/oniro/flavours <https://git.ostc-eu.org/distro/oniro/-/tree/dunfell/flavours>`_
+Oniro flavours configuration templates (stored in `distro/oniro/flavours <https://booting.oniroproject.org/distro/oniro/-/tree/dunfell/flavours>`_
 directory) consist of the following files:
 
 .. list-table:: Configuration Files
@@ -51,7 +51,7 @@ directory) consist of the following files:
 
 |main_project_name| build system uses ***repo*** tool for cloning required meta-layers
 into appropriate build directory structure (see :ref:`Setting up a repo workspace <RepoWorkspace>`).
-To include a new layer, it has to be added in two places of the `oniro repository <https://git.ostc-eu.org/distro/oniro/-/tree/dunfell/manifests>`_:
+To include a new layer, it has to be added in two places of the `oniro repository <https://booting.oniroproject.org/distro/oniro/-/tree/dunfell/manifests>`_:
 
 - The manifest file
 - The flavours ``bblayers.conf.sample`` file
@@ -80,4 +80,4 @@ Create Merge Requests
 Create the Merge Request against the ***dunfell*** branch according to the
 Contributing Process for repositories:
 
-- `distro/oniro <https://git.ostc-eu.org/distro/oniro>`_
+- `distro/oniro <https://booting.oniroproject.org/distro/oniro>`_
diff --git a/docs/oniro-quick-build.rst b/docs/oniro-quick-build.rst
index 97db3fc71721ef82e88d20328d852fd3e3017967..1a0c750251ba49ee2390919beb972b9faf696406 100644
--- a/docs/oniro-quick-build.rst
+++ b/docs/oniro-quick-build.rst
@@ -52,7 +52,7 @@ Initialize a repo workspace and clone all required repositories:
 .. code-block:: console
 
     $ mkdir oniroproject; cd oniroproject
-    $ repo init -u https://git.ostc-eu.org/distro/oniro
+    $ repo init -u https://booting.oniroproject.org/distro/oniro
     $ repo sync --no-clone-bundle
 
 Building an Oniro image
diff --git a/docs/repo-workspace.rst b/docs/repo-workspace.rst
index dd14d168f446e2359c1d3711fbcf13bc69f7a427..225b72aa613f2019242c788c7c55365818965873 100644
--- a/docs/repo-workspace.rst
+++ b/docs/repo-workspace.rst
@@ -93,7 +93,7 @@ repositories. If you're on OpenMandriva, simply ``dnf install repo``.
 The Manifests
 *************
 
-The ``repo manifest`` files are part of the main `oniro repository <https://git.ostc-eu.org/distro/oniro>`_
+The ``repo manifest`` files are part of the main `oniro repository <https://booting.oniroproject.org/distro/oniro>`_
 and are to be used for configuring a workspace. The project provides a single
 ``default.xml`` manifest file in each of the active branches.
 
@@ -110,7 +110,7 @@ This will bring in all the needed sources for building |main_project_name|:
 .. code-block:: console
 
    $ mkdir oniroproject; cd oniroproject
-   $ repo init -u https://git.ostc-eu.org/distro/oniro
+   $ repo init -u https://booting.oniroproject.org/distro/oniro
    $ repo sync --no-clone-bundle
 
 Workspace structure
diff --git a/docs/yocto-build-system/yocto-project.rst b/docs/yocto-build-system/yocto-project.rst
index 1650813939ec75b422d7be8b985c24d7e9ea5ceb..3ac32e6c2a8c54312d5073a5533b7b6a9cc73582 100644
--- a/docs/yocto-build-system/yocto-project.rst
+++ b/docs/yocto-build-system/yocto-project.rst
@@ -35,7 +35,7 @@ for more information.
 --------------------------------
 
 |main_project_name| bases its build setup on OE-core and bitbake. The main hub
-of layers, is `oniro <https://git.ostc-eu.org/distro/oniro/>`_, a
+of layers, is `oniro <https://booting.oniroproject.org/distro/oniro/>`_, a
 collection of layers with different scopes for defining the project's
 requirements and capabilities.
 
@@ -51,7 +51,7 @@ For more details of each provided layer of ``oniro``, see the relevant
 ``README.md`` file at the root of the layer.
 
 Besides the ``oniro`` collection of layers, the project is also the home
-to a set of other build system layers. Explore them all in our project `GitLab <https://git.ostc-eu.org/distro>`_
+to a set of other build system layers. Explore them all in our project `GitLab <https://booting.oniroproject.org/distro>`_
 instance.
 
 Additional Documentation