Update and replace http with https for doc links

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I7e6eff2d6b2182d46d6b0bfab81fe3e4b77e3d7c
This commit is contained in:
shangxiaobj 2017-09-17 19:39:47 -07:00 committed by Sagi Shnaidman
parent ed99f54fb7
commit 1902541ef6
5 changed files with 9 additions and 9 deletions

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/tripleo-quickstart.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/tc/badges/tripleo-quickstart.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
@ -184,7 +184,7 @@ using::
An up-to-date HTML version is available on docs.openstack.org_.
.. _docs.openstack.org: http://docs.openstack.org/developer/tripleo-quickstart/
.. _docs.openstack.org: https://docs.openstack.org/tripleo-quickstart/latest/
Copyright
---------

View File

@ -15,7 +15,7 @@ Code
If you *fix* a problem or implement a new feature, you may submit your
changes via Gerrit. The ``tripleo-quickstart`` project uses the
`OpenStack Gerrit
workflow <http://docs.openstack.org/infra/manual/developers.html#development-workflow>`__.
workflow <https://docs.openstack.org/infra/manual/developers.html#development-workflow>`__.
You can anonymously clone the repository via
``git clone https://git.openstack.org/openstack/tripleo-quickstart.git``
@ -25,7 +25,7 @@ documentation available at `How To
Contribute <https://wiki.openstack.org/wiki/How_To_Contribute>`__.
Once you've cloned the repository using your account, install the
`git-review <http://docs.openstack.org/infra/manual/developers.html#installing-git-review>`__
`git-review <https://docs.openstack.org/infra/manual/developers.html#installing-git-review>`__
tool, then from the ``tripleo-quickstart`` repository run::
git review -s

View File

@ -43,8 +43,8 @@ resolved and built. Detailed description about "Depends-On:" is in the `Adding
a Dependency`_ and `Cross-Repository Dependencies`_ section of the OpenStack
Developer's Guide.
.. _`Adding a Dependency`: http://docs.openstack.org/infra/manual/developers.html#adding-a-dependency
.. _`Cross-Repository Dependencies`: http://docs.openstack.org/infra/manual/developers.html#cross-repository-dependencies
.. _`Adding a Dependency`: https://docs.openstack.org/infra/manual/developers.html#adding-a-dependency
.. _`Cross-Repository Dependencies`: https://docs.openstack.org/infra/manual/developers.html#cross-repository-dependencies
The interactive script will ask for the following variables:

View File

@ -1,5 +1,5 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
# see https://docs.openstack.org/infra/bindep/ for additional information.
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/tripleo-quickstart/
home-page = https://docs.openstack.org/tripleo-quickstart/latest/
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta