diff options
| author | Hangdong Zhang <hdzhang@fiberhome.com> | 2017-07-20 15:19:18 +0800 |
|---|---|---|
| committer | Hangdong Zhang <hdzhang@fiberhome.com> | 2017-07-20 15:20:11 +0800 |
| commit | 0b52b49b572a2146d02c3d94e348c6595841b1d5 (patch) | |
| tree | 01047e78fdca9682064e62f83c5ffa1f603bf97d /doc | |
| parent | 2d5e3a7aaf7e5a333aaa527111c06b53823956b2 (diff) | |
| download | python-cinderclient-0b52b49b572a2146d02c3d94e348c6595841b1d5.tar.gz | |
Update URLs in documentation
Update URLs according to OpenStack document migration
BTW: Do some optimization as well (http -> https)
Change-Id: I9239e2012442f3e459a21f50afd380c8f58a6a98
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/functional_tests.rst | 2 | ||||
| -rw-r--r-- | doc/source/index.rst | 2 | ||||
| -rw-r--r-- | doc/source/unit_tests.rst | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/functional_tests.rst b/doc/source/functional_tests.rst index 3c90a40..6af85ba 100644 --- a/doc/source/functional_tests.rst +++ b/doc/source/functional_tests.rst @@ -38,7 +38,7 @@ Or all tests in the test_readonly_clitest_readonly_cli.py file:: tox -e functional -- -n cinderclient.tests.functional.test_readonly_cli For more information on these options and how to run tests, please see the -`ostestr documentation <http://docs.openstack.org/developer/os-testr/>`_. +`ostestr documentation <https://docs.openstack.org/os-testr/latest/>`_. Gotchas ------- diff --git a/doc/source/index.rst b/doc/source/index.rst index a87f414..4aaf66b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -47,7 +47,7 @@ Release Notes All python-cinderclient release notes can now be found on the `release notes`_ page. -.. _`release notes`: http://docs.openstack.org/releasenotes/python-cinderclient/ +.. _`release notes`: https://docs.openstack.org/releasenotes/python-cinderclient/ The following are kept for historical purposes. diff --git a/doc/source/unit_tests.rst b/doc/source/unit_tests.rst index 38fb4e2..988740d 100644 --- a/doc/source/unit_tests.rst +++ b/doc/source/unit_tests.rst @@ -39,7 +39,7 @@ Or all tests in the test_volumes.py file:: tox -epy27 -- -n cinderclient.tests.unit.v2.test_volumes For more information on these options and how to run tests, please see the -`ostestr documentation <http://docs.openstack.org/developer/os-testr/>`_. +`ostestr documentation <https://docs.openstack.org/os-testr/latest/>`_. Run tests wrapper script ------------------------ @@ -94,7 +94,7 @@ This will show the following help information:: Because ``run_tests.sh`` is a wrapper around testr, it also accepts the same flags as testr. See the documentation for details about these additional flags: -`ostestr documentation <http://docs.openstack.org/developer/os-testr/>`_. +`ostestr documentation <https://docs.openstack.org/os-testr/latest/>`_. .. _nose options documentation: http://readthedocs.org/docs/nose/en/latest/usage.html#options |
