diff --git a/LCS/MessageBus/qpid/local/sbin/build_qpid b/LCS/MessageBus/qpid/local/sbin/build_qpid
index fa29873fb78b688ef266c8bbdd60e32fb27142a6..eb7735a3f334b1e02aa3d7a23a4ae27fa54d1702 100755
--- a/LCS/MessageBus/qpid/local/sbin/build_qpid
+++ b/LCS/MessageBus/qpid/local/sbin/build_qpid
@@ -13,9 +13,9 @@ then
 else
   mkdir -p ~/sources
   cd ~/sources
-  git clone --branch=${QPID_PROTON_VERSION} https://git-wip-us.apache.org/repos/asf/qpid-proton.git qpid-proton-${QPID_PROTON_VERSION}
-  git clone --branch=${QPID_CPP_VERSION} https://git-wip-us.apache.org/repos/asf/qpid-cpp.git qpid-cpp-${QPID_CPP_VERSION}
-  git clone --branch=${QPID_PYTHON_VERSION} https://git-wip-us.apache.org/repos/asf/qpid-python.git qpid-python-${QPID_PYTHON_VERSION}
+  git clone --branch=${QPID_PROTON_VERSION} https://gitbox.apache.org/repos/asf/qpid-proton.git qpid-proton-${QPID_PROTON_VERSION}
+  git clone --branch=${QPID_CPP_VERSION} https://gitbox.apache.org/repos/asf/qpid-cpp.git qpid-cpp-${QPID_CPP_VERSION}
+  git clone --branch=${QPID_PYTHON_VERSION} https://gitbox.apache.org/repos/asf/qpid-python.git qpid-python-${QPID_PYTHON_VERSION}
 fi
 # build and install proton libraries
 cd ~/sources/qpid-proton-${QPID_PROTON_VERSION}/