diff --git a/HACKING.rst b/HACKING.rst index e767b253fe..f2b800a36b 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -431,7 +431,7 @@ in which the feature isn't available. In DevStack, this can be accomplished by modifying Tempest's `lib installation script`_ for previous branches (because DevStack is branched). -.. _lib installation script: http://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/tempest +.. _lib installation script: https://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/tempest 2. Bug fix on core project needing Tempest changes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/README.rst b/README.rst index 307ceb309e..73930f1745 100644 --- a/README.rst +++ b/README.rst @@ -165,7 +165,7 @@ interface. When Y is incremented we've added functionality to the library interface and when Z is incremented it's a bug fix release for the library. Also note that both Y and Z are reset to 0 at each increment of X. -.. _semver: http://semver.org/ +.. _semver: https://semver.org/ Configuration ------------- @@ -218,7 +218,7 @@ Additionally, when running a single test, or test-file, the ``-n/--no-discover`` argument is no longer required, however it may perform faster if included. For more information on these options and details about stestr, please see the -`stestr documentation `_. +`stestr documentation `_. Python 3.x ---------- diff --git a/doc/source/plugin.rst b/doc/source/plugin.rst index 9958792445..dc0e94ca64 100644 --- a/doc/source/plugin.rst +++ b/doc/source/plugin.rst @@ -96,7 +96,7 @@ they simply need to pip install the plugin in that namespace. It also means that users don't have to worry about inadvertently installing a Tempest plugin when they install another package. -.. _Branchless Tempest Spec: http://specs.openstack.org/openstack/qa-specs/specs/tempest/implemented/branchless-tempest.html +.. _Branchless Tempest Spec: https://specs.openstack.org/openstack/qa-specs/specs/tempest/implemented/branchless-tempest.html The sole advantage to integrating a plugin into an existing python project is that it enables you to land code changes at the same time you land test changes