Update Documentation link

Change-Id: Ia8143de4e0ab64857c41b67e415643b3a53134ba
This commit is contained in:
chenxing 2017-07-13 12:12:20 +00:00
parent 400f827e75
commit 2117de9bb4
4 changed files with 9 additions and 6 deletions

View File

@ -15,7 +15,7 @@ You have come across a storage service for an open cloud computing service.
It has identified itself as `Cinder`. It was abstracted from the Nova project.
* Wiki: https://wiki.openstack.org/Cinder
* Developer docs: https://docs.openstack.org/developer/cinder
* Developer docs: https://docs.openstack.org/cinder/latest/
Getting Started
---------------
@ -27,7 +27,7 @@ If you'd like to run from the master branch, you can clone the git repo:
For developer information please see
`HACKING.rst <https://git.openstack.org/cgit/openstack/cinder/plain/HACKING.rst>`_
You can raise bugs here http://bugs.launchpad.net/cinder
You can raise bugs here https://bugs.launchpad.net/cinder
Python client
-------------

View File

@ -5,4 +5,4 @@ Cinder has a number of different test types, PLEASE be sure to refer
to the Cinder Testing Docs to familiarize yourself with the various
options before creating any new tests.
Please check `Cinder-Testing <https://docs.openstack.org/developer/cinder/devref/testing.html>`
Please check `Cinder-Testing <https://docs.openstack.org/cinder/latest/devref/testing.html>`_.

View File

@ -23,7 +23,7 @@ Jenkins performs tasks such as:
Calculate test coverage metrics.
`cinder-docs`_
Build this documentation and push it to https://docs.openstack.org/developer/cinder.
Build this documentation and push it to `OpenStack Cinder <https://docs.openstack.org/cinder/latest/>`_.
`cinder-merge-release-tags`_
Merge reviewed code into the git repository.

View File

@ -19,7 +19,10 @@ SYNOPSIS
DESCRIPTION
===========
cinder-manage provides control of cinder database migration, and provides an interface to get information about the current state of cinder. More information about OpenStack Cinder is available at https://docs.openstack.org/developer/cinder.
:command:`cinder-manage` provides control of cinder database migration,
and provides an interface to get information about the current state
of cinder.
More information about OpenStack Cinder is available at `OpenStack Cinder <https://docs.openstack.org/cinder/latest/>`_.
OPTIONS
=======
@ -164,7 +167,7 @@ The cinder-manage.log file logs output from cinder-manage.
SEE ALSO
========
* `OpenStack Cinder <https://docs.openstack.org/developer/cinder/>`__
* `OpenStack Cinder <https://docs.openstack.org/cinder/latest/>`__
BUGS
====