summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlingyongxu <lyxu@fiberhome.com>2017-08-02 16:07:35 +0800
committerNguyen Hai <nguyentrihai93@gmail.com>2018-06-09 01:38:24 +0000
commit1cc69c027225d1e9fe58cc1cd50b1e786f9328b0 (patch)
tree0ee388ebcb545d60ed029bc10fb8e82410ffdda8
parentf095a0fd133a831ffeb04f9cb7f9d81a4f31a04a (diff)
downloadpython-heatclient-1cc69c027225d1e9fe58cc1cd50b1e786f9328b0.tar.gz
Update the documentation link for doc migration
This patch is proposed according to the Direction 10 of doc migration. https://etherpad.openstack.org/p/doc-migration-tracking Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com> Change-Id: I9675af92149ab126534f541534b50a02688e5337
-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 dab599c..a7e3d3f 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
@@ -38,11 +38,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