Replace http with https for doc links in devstack's document
1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: I81b560d1e4c5210dc00a6a6ac06c03bb1e69d595
This commit is contained in:
parent
d84f10c10b
commit
c63d9331a7
@ -20,7 +20,7 @@ in `How To Contribute`__ in the OpenStack wiki. `DevStack's LaunchPad project`_
|
||||
contains the usual links for blueprints, bugs, etc.
|
||||
|
||||
__ contribute_
|
||||
.. _contribute: http://docs.openstack.org/infra/manual/developers.html
|
||||
.. _contribute: https://docs.openstack.org/infra/manual/developers.html
|
||||
|
||||
__ lp_
|
||||
.. _lp: https://launchpad.net/~devstack
|
||||
@ -255,7 +255,7 @@ These scripts are executed serially by ``exercise.sh`` in testing situations.
|
||||
* The ``OS_*`` environment variables should be the only ones used for all
|
||||
authentication to OpenStack clients as documented in the CLIAuth_ wiki page.
|
||||
|
||||
.. _CLIAuth: http://wiki.openstack.org/CLIAuth
|
||||
.. _CLIAuth: https://wiki.openstack.org/CLIAuth
|
||||
|
||||
* The exercise MUST clean up after itself if successful. If it is not successful,
|
||||
it is assumed that state will be left behind; this allows a chance for developers
|
||||
|
@ -32,9 +32,9 @@ That isn't a question, but please do! The source for DevStack is at
|
||||
`git.openstack.org
|
||||
<https://git.openstack.org/cgit/openstack-dev/devstack>`__ and bug
|
||||
reports go to `LaunchPad
|
||||
<http://bugs.launchpad.net/devstack/>`__. Contributions follow the
|
||||
<https://bugs.launchpad.net/devstack/>`__. Contributions follow the
|
||||
usual process as described in the `developer guide
|
||||
<http://docs.openstack.org/infra/manual/developers.html>`__. This
|
||||
<https://docs.openstack.org/infra/manual/developers.html>`__. This
|
||||
Sphinx documentation is housed in the doc directory.
|
||||
|
||||
Why not use packages?
|
||||
|
Loading…
Reference in New Issue
Block a user