Browse code

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

zhangbailin authored on 2017/09/02 11:46:16
Showing 2 changed files
... ...
@@ -20,7 +20,7 @@ in `How To Contribute`__ in the OpenStack wiki.  `DevStack's LaunchPad project`_
20 20
 contains the usual links for blueprints, bugs, etc.
21 21
 
22 22
 __ contribute_
23
-.. _contribute: http://docs.openstack.org/infra/manual/developers.html
23
+.. _contribute: https://docs.openstack.org/infra/manual/developers.html
24 24
 
25 25
 __ lp_
26 26
 .. _lp: https://launchpad.net/~devstack
... ...
@@ -255,7 +255,7 @@ These scripts are executed serially by ``exercise.sh`` in testing situations.
255 255
 * The ``OS_*`` environment variables should be the only ones used for all
256 256
   authentication to OpenStack clients as documented in the CLIAuth_ wiki page.
257 257
 
258
-.. _CLIAuth: http://wiki.openstack.org/CLIAuth
258
+.. _CLIAuth: https://wiki.openstack.org/CLIAuth
259 259
 
260 260
 * The exercise MUST clean up after itself if successful.  If it is not successful,
261 261
   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
32 32
 `git.openstack.org
33 33
 <https://git.openstack.org/cgit/openstack-dev/devstack>`__ and bug
34 34
 reports go to `LaunchPad
35
-<http://bugs.launchpad.net/devstack/>`__. Contributions follow the
35
+<https://bugs.launchpad.net/devstack/>`__. Contributions follow the
36 36
 usual process as described in the `developer guide
37
-<http://docs.openstack.org/infra/manual/developers.html>`__. This
37
+<https://docs.openstack.org/infra/manual/developers.html>`__. This
38 38
 Sphinx documentation is housed in the doc directory.
39 39
 
40 40
 Why not use packages?