From baa189fa5badf266590ff315478dc21533f75d01 Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Fri, 18 Aug 2017 20:57:09 -0700 Subject: [PATCH] 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: I573b751b613cd7a4eea6dc309a52555b6c6fc810 --- src/README.md | 2 +- src/tests/README.md | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/README.md b/src/README.md index 3e2bfb8..1be732b 100644 --- a/src/README.md +++ b/src/README.md @@ -18,4 +18,4 @@ Aodh relies on services from the mongodb, rabbitmq-server and keystone charms: Please report bugs on [Launchpad](https://bugs.launchpad.net/charm-aodh/+filebug). -For general questions please refer to the OpenStack [Charm Guide](http://docs.openstack.org/developer/charm-guide/). +For general questions please refer to the OpenStack [Charm Guide](https://docs.openstack.org/charm-guide/latest/). diff --git a/src/tests/README.md b/src/tests/README.md index 046be7f..35a828e 100644 --- a/src/tests/README.md +++ b/src/tests/README.md @@ -5,5 +5,5 @@ from the perspective of this charm, its requirements and its features, as exercised in a subset of the full OpenStack deployment test bundle topology. For full details on functional testing of OpenStack charms please refer to -the [functional testing](http://docs.openstack.org/developer/charm-guide/testing.html#functional-testing) +the [functional testing](https://docs.openstack.org/charm-guide/latest/#functional-testing) section of the OpenStack Charm Guide. diff --git a/tox.ini b/tox.ini index 3ba2b23..319d422 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ commands = basepython = python2.7 # Reactive source charms are Python3-only, but a py27 unit test target # is required by OpenStack Governance. Remove this shim as soon as -# permitted. http://governance.openstack.org/reference/cti/python_cti.html +# permitted. https://governance.openstack.org/tc/reference/cti/python_cti.html whitelist_externals = true commands = true