diff --git a/meta-oniro-blueprints/recipes-homeassistant/ohsmarthome-py/ohsmarthome-py_git.bb b/meta-oniro-blueprints/recipes-homeassistant/ohsmarthome-py/ohsmarthome-py_git.bb
index 04b86ab21942e53df52f7537d063ffd02313769c..6e6b7daeb2d02fb60564690d61d70fdf10f054eb 100644
--- a/meta-oniro-blueprints/recipes-homeassistant/ohsmarthome-py/ohsmarthome-py_git.bb
+++ b/meta-oniro-blueprints/recipes-homeassistant/ohsmarthome-py/ohsmarthome-py_git.bb
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: Apache-2.0
 
 SUMMARY = "Oniro Project SmartHome device interface library"
-HOMEPAGE = "https://git.ostc-eu.org/OSTC/OHOS/components/ohsmarthome-py/"
+HOMEPAGE = "https://booting.oniroproject.org/distro/components/ohsmarthome-py"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded4771514fcc"
 
@@ -14,7 +14,7 @@ SRC_OPT_NAME = "name=ohsmarthome-py"
 SRC_OPT_BRANCH = "branch=master"
 
 SRC_OPTIONS = "${SRC_OPT_PROTO};${SRC_OPT_DEST};${SRC_OPT_NAME};${SRC_OPT_BRANCH}"
-SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/ohsmarthome-py.git;${SRC_OPTIONS}"
+SRC_URI = "git://booting.oniroproject.org/distro/components/ohsmarthome-py.git;${SRC_OPTIONS}"
 SRCREV_ohsmarthome-py = "3ea56efa56937939565c127810de55a05c9e4703"
 
 S = "${WORKDIR}/${SRC_OPT_CLONE_DIR}"
diff --git a/meta-oniro-blueprints/recipes-homeassistant/smart-home-homeassistant-plugin/smart-home-homeassistant-plugin_git.bb b/meta-oniro-blueprints/recipes-homeassistant/smart-home-homeassistant-plugin/smart-home-homeassistant-plugin_git.bb
index a886a5e5fd8dbfb20a2c21b9b7daaa5e6ac526c3..d9c1f4aedb5d67f2e1ae4db38a0d0f4212efb7ee 100644
--- a/meta-oniro-blueprints/recipes-homeassistant/smart-home-homeassistant-plugin/smart-home-homeassistant-plugin_git.bb
+++ b/meta-oniro-blueprints/recipes-homeassistant/smart-home-homeassistant-plugin/smart-home-homeassistant-plugin_git.bb
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: Apache-2.0
 
 SUMMARY = "Home Assistant custom component for Oniro Project SmartHome device"
-HOMEPAGE = "https://git.ostc-eu.org/OSTC/OHOS/components/smart_home_homeassistant_plugin/"
+HOMEPAGE = "https://booting.oniroproject.org/distro/components/smart_home_homeassistant_plugin/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded4771514fcc"
 
@@ -14,7 +14,7 @@ SRC_OPT_NAME = "name=smart_home_homeassistant_plugin"
 SRC_OPT_BRANCH = "branch=master"
 
 SRC_OPTIONS = "${SRC_OPT_PROTO};${SRC_OPT_DEST};${SRC_OPT_NAME};${SRC_OPT_BRANCH}"
-SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/smart_home_homeassistant_plugin.git;${SRC_OPTIONS}"
+SRC_URI = "git://booting.oniroproject.org/distro/components/smart_home_homeassistant_plugin.git;${SRC_OPTIONS}"
 SRCREV_smart_home_homeassistant_plugin = "63c39b0eebab086ba793be8e7963c2d3c69cbedc"
 
 S = "${WORKDIR}/${SRC_OPT_CLONE_DIR}"
diff --git a/meta-oniro-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb b/meta-oniro-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb
index acffe165649185f283f36f9c199d0e018f08692c..ca1fbae21c275e285335d14a1ac603fe293f1456 100644
--- a/meta-oniro-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb
+++ b/meta-oniro-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb
@@ -14,7 +14,7 @@ SRC_OPT_NAME = "name=smarthome"
 SRC_OPT_BRANCH = "branch=develop"
 
 SRC_OPTIONS = "${SRC_OPT_PROTO};${SRC_OPT_DEST};${SRC_OPT_NAME};${SRC_OPT_BRANCH}"
-SRC_URI += "git://git.ostc-eu.org/OSTC/OHOS/components/smart_home_blueprint_zephyr.git;${SRC_OPTIONS}"
+SRC_URI += "git://booting.oniroproject.org/distro/components/smart_home_blueprint_zephyr.git;${SRC_OPTIONS}"
 
 SRCREV_smarthome = "c4a2dc87b1d03be701f9b4d5d35597df6a6ce389"