diff --git a/doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst b/doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst index fb17379584..454905c014 100644 --- a/doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst +++ b/doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst @@ -73,7 +73,8 @@ server is an instance where NFS shares are served. .. code-block:: console - $ curl https://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2 | \ + $ curl -L \ + https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-master.qcow2 | \ glance image-create \ --name "manila-service-image" \ --disk-format qcow2 \