From dbb60106e75550b21d08f781de69fbcdf5eec9d1 Mon Sep 17 00:00:00 2001 From: junboli Date: Tue, 10 Oct 2017 09:42:54 +0800 Subject: [PATCH] Switch base to the latest in doc link address Although we had some effort to fix these before, it still left lots of outdated link address, this patch is to fix them all. Change-Id: I2f9ee172306bf5a99575e0cb6f5eac0ea87b0483 --- doc/source/admin/blockstorage-volume-migration.rst | 2 +- doc/source/cli/cli-cinder-quotas.rst | 2 +- doc/source/install/cinder-backup-install-obs.rst | 2 +- doc/source/install/cinder-backup-install-rdo.rst | 2 +- doc/source/install/cinder-backup-install-ubuntu.rst | 2 +- doc/source/install/index.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/admin/blockstorage-volume-migration.rst b/doc/source/admin/blockstorage-volume-migration.rst index 265faed92e5..d88657c47a6 100644 --- a/doc/source/admin/blockstorage-volume-migration.rst +++ b/doc/source/admin/blockstorage-volume-migration.rst @@ -25,7 +25,7 @@ These workflows are possible for a migration: .. note:: While most back ends support this function, not all do. See the `driver - documentation `__ + documentation `__ in the OpenStack Configuration Reference for more details. #. If the volume is attached to a VM instance, the Block Storage creates a diff --git a/doc/source/cli/cli-cinder-quotas.rst b/doc/source/cli/cli-cinder-quotas.rst index 842f6424639..05508d78ec4 100644 --- a/doc/source/cli/cli-cinder-quotas.rst +++ b/doc/source/cli/cli-cinder-quotas.rst @@ -163,7 +163,7 @@ service quotas. update the property in the :guilabel:`cinder.quota` section of the ``/etc/cinder/cinder.conf`` file. For more information, see the `Block Storage service - `_ + `_ in OpenStack Configuration Reference. #. To update Block Storage service quotas for an existing project diff --git a/doc/source/install/cinder-backup-install-obs.rst b/doc/source/install/cinder-backup-install-obs.rst index 8aece5e116c..7ff2a7aeb90 100644 --- a/doc/source/install/cinder-backup-install-obs.rst +++ b/doc/source/install/cinder-backup-install-obs.rst @@ -6,7 +6,7 @@ Install and configure the backup service Optionally, install and configure the backup service. For simplicity, this configuration uses the Block Storage node and the Object Storage (swift) driver, thus depending on the -`Object Storage service `_. +`Object Storage service `_. .. note:: diff --git a/doc/source/install/cinder-backup-install-rdo.rst b/doc/source/install/cinder-backup-install-rdo.rst index 68826ccc427..1039fbaf34b 100644 --- a/doc/source/install/cinder-backup-install-rdo.rst +++ b/doc/source/install/cinder-backup-install-rdo.rst @@ -6,7 +6,7 @@ Install and configure the backup service Optionally, install and configure the backup service. For simplicity, this configuration uses the Block Storage node and the Object Storage (swift) driver, thus depending on the -`Object Storage service `_. +`Object Storage service `_. .. note:: diff --git a/doc/source/install/cinder-backup-install-ubuntu.rst b/doc/source/install/cinder-backup-install-ubuntu.rst index 79a0932502c..4ddc1beac52 100644 --- a/doc/source/install/cinder-backup-install-ubuntu.rst +++ b/doc/source/install/cinder-backup-install-ubuntu.rst @@ -6,7 +6,7 @@ Install and configure the backup service Optionally, install and configure the backup service. For simplicity, this configuration uses the Block Storage node and the Object Storage (swift) driver, thus depending on the -`Object Storage service `_. +`Object Storage service `_. .. note:: diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 83dd13d89ad..8a9c2ef178f 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -15,7 +15,7 @@ nodes. Depending upon the drivers used, the volume service can run on controller nodes, compute nodes, or standalone storage nodes. For more information, see the -`Configuration Reference `_. +`Configuration Reference `_. Prerequisites