diff --git a/doc/source/methodologies/monitoring/configs/deploy_k8s_using_kargo.sh b/doc/source/methodologies/monitoring/configs/deploy_k8s_using_kargo.sh index cf69456..cdaf054 100644 --- a/doc/source/methodologies/monitoring/configs/deploy_k8s_using_kargo.sh +++ b/doc/source/methodologies/monitoring/configs/deploy_k8s_using_kargo.sh @@ -67,7 +67,7 @@ main () cd ./fuel-ccp-installer if [ "$FUEL_CCP_COMMIT" ]; then - git fetch git://git.openstack.org/openstack/fuel-ccp-installer $FUEL_CCP_COMMIT && git checkout FETCH_HEAD + git fetch https://git.openstack.org/openstack/fuel-ccp-installer $FUEL_CCP_COMMIT && git checkout FETCH_HEAD fi echo "Running on $NODE_NAME: $ENV_NAME" diff --git a/doc/source/test_plans/mq/simulator.rst b/doc/source/test_plans/mq/simulator.rst index d65fff4..6924290 100644 --- a/doc/source/test_plans/mq/simulator.rst +++ b/doc/source/test_plans/mq/simulator.rst @@ -27,7 +27,7 @@ to be installed within virtual environment. .. code:: - $ git clone git://git.openstack.org/openstack/oslo.messaging + $ git clone https://git.openstack.org/openstack/oslo.messaging $ cd oslo.messaging/ $ virtualenv .venv $ source .venv/bin/activate