diff options
author | Kefu Chai <kchai@redhat.com> | 2017-10-23 13:26:28 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2017-10-24 09:58:48 +0200 |
commit | 127d25ccbd2b07c0d1acb930407b44f45c83a658 (patch) | |
tree | 8d4933fe3d0b4c0e9b0d2fcffb432f8e187071fe /doc/dev/index.rst | |
parent | doc: update manual-deployment with latest code (diff) | |
download | ceph-127d25ccbd2b07c0d1acb930407b44f45c83a658.tar.xz ceph-127d25ccbd2b07c0d1acb930407b44f45c83a658.zip |
doc: fix warning reported by "build-doc linkcheck"
all the HTTP 301 (moved permanently) should be killed.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc/dev/index.rst')
-rw-r--r-- | doc/dev/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 77ae952aabd..52b0279156d 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -1237,7 +1237,7 @@ you have not installed yet. Once Docker is up and running, install ``ceph-workbench`` by following the `Installation instructions in the ceph-workbench documentation -<http://ceph-workbench.readthedocs.org/en/latest/#installation>`_. +<http://ceph-workbench.readthedocs.io/en/latest/#installation>`_. Linking ceph-workbench with your OpenStack tenant ------------------------------------------------- |