diff --git a/doc/config-reference/block-storage/section_backup-drivers.xml b/doc/config-reference/block-storage/section_backup-drivers.xml index 52a347a9cc..31d1183b59 100644 --- a/doc/config-reference/block-storage/section_backup-drivers.xml +++ b/doc/config-reference/block-storage/section_backup-drivers.xml @@ -9,8 +9,8 @@ class="service">cinder-backup service and its drivers. The volume drivers are included with the Block Storage repository - (https://github.com/openstack/cinder). To set a + (http://git.openstack.org/cgit/openstack/cinder/). To set a backup driver, use the backup_driver flag. By default there is no backup driver enabled. diff --git a/doc/config-reference/block-storage/section_volume-drivers.xml b/doc/config-reference/block-storage/section_volume-drivers.xml index 1be7e2d279..9cb3dc5861 100644 --- a/doc/config-reference/block-storage/section_volume-drivers.xml +++ b/doc/config-reference/block-storage/section_volume-drivers.xml @@ -9,8 +9,8 @@ class="service">cinder-volume service, use the parameters described in these sections. The volume drivers are included in the Block Storage repository - (https://github.com/openstack/cinder). To set a + (http://git.openstack.org/cgit/openstack/cinder/). To set a volume driver, use the volume_driver flag. The default is: volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver diff --git a/doc/config-reference/object-storage/section_configure_s3.xml b/doc/config-reference/object-storage/section_configure_s3.xml index 119cef3334..af67678ce1 100644 --- a/doc/config-reference/object-storage/section_configure_s3.xml +++ b/doc/config-reference/object-storage/section_configure_s3.xml @@ -40,7 +40,7 @@ To use this middleware, first download the latest version from its repository to your proxy server(s). - $ git clone https://github.com/stackforge/swift3.git + $ git clone http://git.openstack.org/cgit/stackforge/swift3/ Then, install it using standard python mechanisms, such as: # python setup.py install