summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.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 /CONTRIBUTING.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 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index e4958f877..6f47ef18b 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -75,7 +75,7 @@ working on.
Getting Started
---------------
-http://docs.openstack.org/developer/swift/first_contribution_swift.html
+https://docs.openstack.org/swift/latest/first_contribution_swift.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
@@ -116,7 +116,7 @@ Recommended workflow
====================
- Set up a `Swift All-In-One
- VM <http://docs.openstack.org/developer/swift/development_saio.html>`__\ (SAIO).
+ VM <https://docs.openstack.org/swift/latest/development_saio.html>`__\ (SAIO).
- Make your changes. Docs and tests for your patch must land before or
with your patch.