From 2117de9bb4cb03e097b19283a526ecb812947e1f Mon Sep 17 00:00:00 2001 From: chenxing Date: Thu, 13 Jul 2017 12:12:20 +0000 Subject: [PATCH] Update Documentation link Change-Id: Ia8143de4e0ab64857c41b67e415643b3a53134ba --- README.rst | 4 ++-- cinder/tests/README.rst | 2 +- doc/source/devref/jenkins.rst | 2 +- doc/source/man/cinder-manage.rst | 7 +++++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 14c3d3e2b..8e010fad8 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ -You can raise bugs here http://bugs.launchpad.net/cinder +You can raise bugs here https://bugs.launchpad.net/cinder Python client ------------- diff --git a/cinder/tests/README.rst b/cinder/tests/README.rst index 207a2ee3a..afdc5d2fd 100644 --- a/cinder/tests/README.rst +++ b/cinder/tests/README.rst @@ -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 ` +Please check `Cinder-Testing `_. diff --git a/doc/source/devref/jenkins.rst b/doc/source/devref/jenkins.rst index 351d9dcfd..e245899d6 100644 --- a/doc/source/devref/jenkins.rst +++ b/doc/source/devref/jenkins.rst @@ -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 `_. `cinder-merge-release-tags`_ Merge reviewed code into the git repository. diff --git a/doc/source/man/cinder-manage.rst b/doc/source/man/cinder-manage.rst index 6c07e3e0c..d4f816ab4 100644 --- a/doc/source/man/cinder-manage.rst +++ b/doc/source/man/cinder-manage.rst @@ -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 `_. OPTIONS ======= @@ -164,7 +167,7 @@ The cinder-manage.log file logs output from cinder-manage. SEE ALSO ======== -* `OpenStack Cinder `__ +* `OpenStack Cinder `__ BUGS ====