From d9f0cae79e45c3f238e2098de59625fc5333e823 Mon Sep 17 00:00:00 2001
From: Gururaj Shetty <gururaj.shetty@huawei.com>
Date: Tue, 26 Oct 2021 00:19:05 +0530
Subject: [PATCH] docs: URL updated

URL updated

Signed-off-by: Gururaj Shetty <gururaj.shetty@huawei.com>
---
 docs/blueprints/transparent-gateway.rst           | 4 ++--
 docs/ci/hidden-jobs/workspace.rst                 | 2 +-
 docs/hardware-support/adding-hardware-support.rst | 6 +++---
 docs/oniro-quick-build.rst                        | 2 +-
 docs/repo-workspace.rst                           | 4 ++--
 docs/yocto-build-system/yocto-project.rst         | 4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/docs/blueprints/transparent-gateway.rst b/docs/blueprints/transparent-gateway.rst
index 02cef473..31c8b999 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 0061c5ae..6918033c 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 8c647490..66b83c25 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 97db3fc7..1a0c7502 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 dd14d168..225b72aa 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 16508139..3ac32e6c 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
-- 
GitLab