summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-06-29 01:25:03 +0000
committerGerrit Code Review <review@openstack.org>2018-06-29 01:25:04 +0000
commit2d41ea613e8016bd028646cfc664d72c231b2c61 (patch)
treefb41c96b9366d383e3e5becc5884d4c34c4460b8
parentdcdc5016882043e7bf909086f3be161baad15cae (diff)
parent1cc69c027225d1e9fe58cc1cd50b1e786f9328b0 (diff)
downloadpython-heatclient-2d41ea613e8016bd028646cfc664d72c231b2c61.tar.gz
Merge "Update the documentation link for doc migration"
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--README.rst10
-rw-r--r--doc/source/index.rst2
-rw-r--r--heatclient/_i18n.py2
-rw-r--r--setup.cfg2
5 files changed, 10 insertions, 10 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index d7f2b8c..82659e8 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps documented at:
- http://docs.openstack.org/infra/manual/developers.html#development-workflow
+ https://docs.openstack.org/infra/manual/developers.html#development-workflow
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
- http://docs.openstack.org/infra/manual/developers.html#development-workflow
+ https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
diff --git a/README.rst b/README.rst
index 51c6ff3..8adb259 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,8 @@
Team and repository tags
========================
-.. image:: http://governance.openstack.org/badges/python-heatclient.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/tc/badges/python-heatclient.svg
+ :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
@@ -34,11 +34,11 @@ provides a Python API (the ``heatclient`` module) and a command-line tool
* `How to Contribute`_
.. _PyPi: https://pypi.python.org/pypi/python-heatclient
-.. _Online Documentation: http://docs.openstack.org/developer/python-heatclient
+.. _Online Documentation: https://docs.openstack.org/python-heatclient/latest
.. _Launchpad project: https://launchpad.net/python-heatclient
.. _Blueprints: https://blueprints.launchpad.net/python-heatclient
.. _Bugs: https://bugs.launchpad.net/python-heatclient
.. _Source: https://git.openstack.org/cgit/openstack/python-heatclient
-.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
-.. _Specs: http://specs.openstack.org/openstack/heat-specs/
+.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
+.. _Specs: https://specs.openstack.org/openstack/heat-specs/
.. _Template: https://git.openstack.org/cgit/openstack/heat-templates/
diff --git a/doc/source/index.rst b/doc/source/index.rst
index bf9ec8a..bb610d0 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -42,7 +42,7 @@ PROJECT_NAME also provide the domain information as `project_domain_(name|id)`.
For more information on keystoneauth API, see `Using Sessions`_.
-.. _Using Sessions: http://docs.openstack.org/developer/keystoneauth/using-sessions.html
+.. _Using Sessions: https://docs.openstack.org/keystoneauth/latest/using-sessions.html
Reference
---------
diff --git a/heatclient/_i18n.py b/heatclient/_i18n.py
index f8c6269..4abe87e 100644
--- a/heatclient/_i18n.py
+++ b/heatclient/_i18n.py
@@ -12,7 +12,7 @@
"""oslo.i18n integration module.
-See http://docs.openstack.org/developer/oslo.i18n/usage.html
+See https://docs.openstack.org/oslo.i18n/latest/user/index.html
"""
diff --git a/setup.cfg b/setup.cfg
index c35e777..b4bd84e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = http://docs.openstack.org/developer/python-heatclient/
+home-page = https://docs.openstack.org/python-heatclient/latest
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console