summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-12 20:13:05 +0000
committerGerrit Code Review <review@openstack.org>2017-07-12 20:13:05 +0000
commit9edbb5f44a4ece6e6e4a5f371ca90e85beed3002 (patch)
tree4431b97a746c21f8fa61b91f78da2918714d6729
parentc8e6d0d1673d1d922acff538659bf1b85b1e495c (diff)
parent92772b403ff5585db80e2673d123b4c98ba823e6 (diff)
downloadoslo-concurrency-9edbb5f44a4ece6e6e4a5f371ca90e85beed3002.tar.gz
Merge "Update URLs in documents according to document migration"
-rw-r--r--HACKING.rst2
-rw-r--r--README.rst6
-rw-r--r--setup.cfg2
3 files changed, 5 insertions, 5 deletions
diff --git a/HACKING.rst b/HACKING.rst
index cb07476..e0d43e7 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -1,4 +1,4 @@
Style Commandments
==================
-Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
+Read the OpenStack Style Commandments https://docs.openstack.org/hacking/lastest/
diff --git a/README.rst b/README.rst
index f8fe5cf..abd0079 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,6 @@ multi-process applications using locking mechanisms and for running
external processes.
* Free software: Apache license
-* Documentation: http://docs.openstack.org/developer/oslo.concurrency
-* Source: http://git.openstack.org/cgit/openstack/oslo.concurrency
-* Bugs: http://bugs.launchpad.net/oslo.concurrency
+* Documentation: https://docs.openstack.org/oslo.concurrency/latest/
+* Source: https://git.openstack.org/cgit/openstack/oslo.concurrency
+* Bugs: https://bugs.launchpad.net/oslo.concurrency
diff --git a/setup.cfg b/setup.cfg
index 6a00c31..39afc07 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = http://docs.openstack.org/developer/oslo.concurrency
+home-page = https://docs.openstack.org/oslo.concurrency/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology