Skip to content

Commit 05a909a

Browse files
pabs3Michael Howitz
andauthored
Update URLs to use https instead of http (#132)
Suggested-by: check-all-the-things Co-authored-by: Michael Howitz <mh@gocept.com>
1 parent 4fe5e2e commit 05a909a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Preparing Pull Requests
3030
#. Install `tox <https://tox.readthedocs.io/en/latest/>`_::
3131

3232
Tox is used to run all the tests and will automatically setup virtualenvs
33-
to run the tests in. Implicitly http://www.virtualenv.org/en/latest/ is used::
33+
to run the tests in. Implicitly https://virtualenv.pypa.io/ is used::
3434

3535
$ pip install tox
3636
$ tox -e linting,py37

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
This Source Code Form is subject to the terms of the Mozilla Public
22
License, v. 2.0. If a copy of the MPL was not distributed with this
3-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
3+
file, You can obtain one at https://www.mozilla.org/MPL/2.0/.

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest-rerunfailures
22
====================
33

4-
pytest-rerunfailures is a plugin for `pytest <http://pytest.org>`_ that
4+
pytest-rerunfailures is a plugin for `pytest <https://pytest.org>`_ that
55
re-runs tests to eliminate intermittent failures.
66

77
.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg
@@ -135,8 +135,8 @@ Compatibility
135135
Resources
136136
---------
137137

138-
- `Issue Tracker <http://github.com/pytest-dev/pytest-rerunfailures/issues>`_
139-
- `Code <http://github.com/pytest-dev/pytest-rerunfailures/>`_
138+
- `Issue Tracker <https://github.com/pytest-dev/pytest-rerunfailures/issues>`_
139+
- `Code <https://github.com/pytest-dev/pytest-rerunfailures/>`_
140140

141141
Development
142142
-----------

0 commit comments

Comments
 (0)