Skip to content

Commit 8b08424

Browse files
atombrellaphilpep
authored andcommitted
Updated links to https and new locations.
1 parent 37c7488 commit 8b08424

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Code style
3535

3636
Your code must pass without errors under `flake8
3737
<https://flake8.readthedocs.io>`_ with the extension `hacking
38-
<http://docs.openstack.org/developer/hacking/>`_::
38+
<https://docs.openstack.org/hacking/latest/>`_::
3939

4040

4141
pip install hacking

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ And run it::
6565
====================== test session starts ======================
6666
platform linux -- Python 2.7.3 -- py-1.4.26 -- pytest-2.6.4
6767
plugins: testinfra
68-
collected 3 items
68+
collected 3 items
6969

7070
test_myinfra.py::test_passwd_file[local] PASSED
7171
test_myinfra.py::test_nginx_is_installed[local] PASSED
@@ -78,5 +78,5 @@ And run it::
7878
.. _Ansible: https://www.ansible.com/
7979
.. _Puppet: https://puppetlabs.com/
8080
.. _Chef: https://www.chef.io/
81-
.. _Serverspec: http://serverspec.org/
81+
.. _Serverspec: https://serverspec.org/
8282
.. _Pytest: https://pytest.org/

doc/source/backends.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ paramiko
2727
~~~~~~~~
2828

2929
This is the default backend when a hosts list is provided. `Paramiko
30-
<http://www.paramiko.org>`_ is a Python implementation of the SSHv2
30+
<https://www.paramiko.org/>`_ is a Python implementation of the SSHv2
3131
protocol. Testinfra will not ask you for a password, so you must be
3232
able to connect without password (using passwordless keys or using
3333
``ssh-agent``).
@@ -76,7 +76,7 @@ salt
7676
~~~~
7777

7878
The salt backend uses the `salt Python client API
79-
<http://docs.saltstack.com/en/latest/ref/clients/>`_ and can be used from the salt-master server::
79+
<https://docs.saltstack.com/en/latest/ref/clients/>`_ and can be used from the salt-master server::
8080

8181
$ py.test --hosts='salt://*'
8282
$ py.test --hosts='salt://minion1,salt://minion2'
@@ -119,7 +119,7 @@ kubectl
119119
~~~~~~~
120120

121121
The kubectl backend can be used to test containers running in Kubernetes. It
122-
uses the `kubectl exec <http://kubernetes.io/docs/user-guide/kubectl/kubectl_exec/>`_ command and
122+
uses the `kubectl exec <https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#exec/>`_ command and
123123
support connecting to a given container name within a pod and using a given
124124
namespace::
125125

doc/source/invocation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Test multiples hosts
66
~~~~~~~~~~~~~~~~~~~~
77

88
By default Testinfra launch tests on local machine, but you can also
9-
test remotes systems using `paramiko <http://www.paramiko.org>`_ (a
9+
test remotes systems using `paramiko <https://www.paramiko.org>`_ (a
1010
ssh implementation in python)::
1111

1212
$ pip install paramiko
@@ -15,7 +15,7 @@ ssh implementation in python)::
1515
====================== test session starts ======================
1616
platform linux -- Python 2.7.3 -- py-1.4.26 -- pytest-2.6.4
1717
plugins: testinfra
18-
collected 3 items
18+
collected 3 items
1919

2020
test_myinfra.py::test_passwd_file[localhost] PASSED
2121
test_myinfra.py::test_nginx_is_installed[localhost] PASSED
@@ -63,5 +63,5 @@ Advanced invocation
6363
For more usages and features, see the Pytest_ documentation.
6464

6565

66-
.. _Pytest: http://pytest.org
67-
.. _pytest-xdist: http://pytest.org/latest/xdist.html
66+
.. _Pytest: https://docs.pytest.org/en/latest/
67+
.. _pytest-xdist: https://pypi.org/project/pytest-xdist/

doc/source/support.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Checkout existing issues on `project issue tracker <https://github.com/philpep/t
1212
IRC
1313
~~~
1414

15-
You can also ask questions on IRC in `#testinfra <http://webchat.freenode.net/?randomnick=1&channels=%23testinfra>`_ channel on Freenode
15+
You can also ask questions on IRC in `#testinfra <https://webchat.freenode.net/?randomnick=1&channels=%23testinfra>`_ channel on Freenode
1616

1717
pytest documentation
1818
~~~~~~~~~~~~~~~~~~~~
1919

2020
testinfra is implemented as pytest plugin so to get the most out of please
21-
read `pytest documentation <http://pytest.org>`_
21+
read `pytest documentation <https://docs.pytest.org/en/latest/>`_
2222

2323
Community Contributions
2424
~~~~~~~~~~~~~~~~~~~~~~~
2525

26-
* `Molecule <http://molecule.readthedocs.io>`_ is an Automated testing framework for Ansible roles, with native Testinfra support.
26+
* `Molecule <https://molecule.readthedocs.io>`_ is an Automated testing framework for Ansible roles, with native Testinfra support.

0 commit comments

Comments
 (0)