From c63d9331a78159833a784806db4b2cd6b58a3eed Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Fri, 1 Sep 2017 19:46:16 -0700 Subject: [PATCH] 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 --- HACKING.rst | 4 ++-- doc/source/faq.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index fc67f09a7b..d5d6fbcf02 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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 diff --git a/doc/source/faq.rst b/doc/source/faq.rst index a186336f54..ed9b4da6bb 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -32,9 +32,9 @@ That isn't a question, but please do! The source for DevStack is at `git.openstack.org `__ and bug reports go to `LaunchPad -`__. Contributions follow the +`__. Contributions follow the usual process as described in the `developer guide -`__. This +`__. This Sphinx documentation is housed in the doc directory. Why not use packages?