From 36e23a960d0e6bc0a9f6e3196ef667779ca92e2a Mon Sep 17 00:00:00 2001 From: zhongjun Date: Mon, 23 Oct 2017 15:14:08 +0800 Subject: [PATCH] [Doc] Fix wrong links in docs Since we were move stuff from contributor to admin [1], We also need to change links from contributor to admin in docs. [1] I6d9dec56890fb3a9bc0539c45c43233517cea048 Change-Id: I2d9dec56890fb3a9bc0539c45c43233517cea023 --- doc/source/admin/shared-file-systems-share-types.rst | 2 +- doc/source/contributor/driver_requirements.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/shared-file-systems-share-types.rst b/doc/source/admin/shared-file-systems-share-types.rst index dd421d63d8..2a55e8d6c3 100644 --- a/doc/source/admin/shared-file-systems-share-types.rst +++ b/doc/source/admin/shared-file-systems-share-types.rst @@ -59,7 +59,7 @@ for the following purposes: The scheduler uses the special capabilities prefix for filtering. The scheduler can only create a share on a back end that reports capabilities matching the un-scoped extra-spec keys for the share type. For details, see `Capabilities -and Extra-Specs `_. Each driver implementation determines which extra specification keys it uses. diff --git a/doc/source/contributor/driver_requirements.rst b/doc/source/contributor/driver_requirements.rst index 3f41b39049..536f689362 100644 --- a/doc/source/contributor/driver_requirements.rst +++ b/doc/source/contributor/driver_requirements.rst @@ -102,7 +102,7 @@ function correctly in manila, such as: - replication_type: string specifying the type of replication supported by the driver. Can be one of ('readable', 'writable' or 'dr'). -.. note:: for more information please see https://docs.openstack.org/manila/latest/contributor/capabilities_and_extra_specs.html +.. note:: for more information please see https://docs.openstack.org/manila/latest/admin/capabilities_and_extra_specs.html Continuous Integration systems ------------------------------ @@ -136,7 +136,7 @@ openstack-manuals, containing instructions on how to properly install and configure. The intended audience for this manual is cloud operators and administrators. Also, driver maintainers must update the manila share features support mapping documentation found at -https://docs.openstack.org/manila/latest/contributor/share_back_ends_feature_support_mapping.html +https://docs.openstack.org/manila/latest/admin/share_back_ends_feature_support_mapping.html Manila optional requirements and features since Mitaka ======================================================