summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorjunboli <junbo85.li@gmail.com>2017-09-05 19:01:48 +0800
committerTim Burke <tim.burke@gmail.com>2017-09-15 06:31:00 +0000
commitdf00122e74c31ea6d5dec523c7d59a6ad2fedc26 (patch)
tree0f6f02ab444a11ed77319a51e05474f349487f00 /README.rst
parent6da17e992375cba37035527e69ef17aa6a5d6f28 (diff)
downloadswift-df00122e74c31ea6d5dec523c7d59a6ad2fedc26.tar.gz
doc migration: update the doc link address[2/3]
Update the doc link brought by the doc migration. Although we had some effort to fix these, it still left lots of bad doc link, I separate these changes into 3 patches aim to fix all of these, this is the 2st patch for doc/manpages. Change-Id: Id426c5dd45a812ef801042834c93701bb6e63a05
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index 014cf821c..6a5a1443d 100644
--- a/README.rst
+++ b/README.rst
@@ -31,7 +31,7 @@ To build documentation install sphinx (``pip install sphinx``), run
``python setup.py build_sphinx``, and then browse to
/doc/build/html/index.html. These docs are auto-generated after every
commit and available online at
-http://docs.openstack.org/developer/swift/.
+https://docs.openstack.org/swift/latest/.
For Developers
--------------
@@ -39,13 +39,14 @@ For Developers
Getting Started
~~~~~~~~~~~~~~~
-Swift is part of OpenStack and follows the code contribution, review, and testing processes common to all OpenStack projects.
+Swift is part of OpenStack and follows the code contribution, review, and
+testing processes common to all OpenStack projects.
If you would like to start contributing, check out these
`notes <CONTRIBUTING.rst>`__ to help you get started.
The best place to get started is the
-`"SAIO - Swift All In One" <http://docs.openstack.org/developer/swift/development_saio.html>`__.
+`"SAIO - Swift All In One" <https://docs.openstack.org/swift/latest/development_saio.html>`__.
This document will walk you through setting up a development cluster of
Swift in a VM. The SAIO environment is ideal for running small-scale
tests against swift and trying out new features and bug fixes.
@@ -72,7 +73,7 @@ continue to work.
Probe tests are "white box" tests that validate the internal workings of a
Swift cluster. They are written to work against the
-`"SAIO - Swift All In One" <http://docs.openstack.org/developer/swift/development_saio.html>`__
+`"SAIO - Swift All In One" <https://docs.openstack.org/swift/latest/development_saio.html>`__
dev environment. For example, a probe test may create an object, delete one
replica, and ensure that the background consistency processes find and correct
the error.
@@ -119,10 +120,9 @@ For Deployers
-------------
Deployer docs are also available at
-http://docs.openstack.org/developer/swift/. A good starting point is at
-http://docs.openstack.org/developer/swift/deployment_guide.html
-
-There is an `ops runbook <http://docs.openstack.org/developer/swift/ops_runbook/>`__
+https://docs.openstack.org/swift/latest/. A good starting point is at
+https://docs.openstack.org/swift/latest/deployment_guide.html
+There is an `ops runbook <https://docs.openstack.org/swift/latest/ops_runbook/index.html>`__
that gives information about how to diagnose and troubleshoot common issues
when running a Swift cluster.
@@ -138,11 +138,11 @@ For client applications, official Python language bindings are provided
at http://github.com/openstack/python-swiftclient.
Complete API documentation at
-http://developer.openstack.org/api-ref/object-store/
+https://developer.openstack.org/api-ref/object-store/
There is a large ecosystem of applications and libraries that support and
work with OpenStack Swift. Several are listed on the
-`associated projects <http://docs.openstack.org/developer/swift/associated_projects.html>`__
+`associated projects <https://docs.openstack.org/swift/latest/associated_projects.html>`__
page.
--------------