Skip to content

Commit 1d7f559

Browse files
cclaussionelmc
authored andcommitted
Fix or remove URLs that are causing docs tests to fail
1 parent 6a5af8e commit 1d7f559

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Changelog
5252
Contributed by Andre Brisco in `#543 <https://github.com/pytest-dev/pytest-cov/pull/543>`_
5353
and Colin O'Dell in `#525 <https://github.com/pytest-dev/pytest-cov/pull/525>`_.
5454
* Added support for LCOV output format via `--cov-report=lcov`. Only works with coverage 6.3+.
55-
Contributed by Christian Fetzer in `#536 <https://github.com/pytest-dev/pytest-cov/issues/536>`_.
55+
Contributed by Christian Fetzer in `#536 <https://github.com/pytest-dev/pytest-cov/pull/536>`_.
5656
* Modernized pytest hook implementation.
5757
Contributed by Bruno Oliveira in `#549 <https://github.com/pytest-dev/pytest-cov/pull/549>`_
5858
and Ronny Pfannschmidt in `#550 <https://github.com/pytest-dev/pytest-cov/pull/550>`_.
@@ -152,7 +152,7 @@ Changelog
152152
* Made pytest startup faster when plugin not active by lazy-importing.
153153
Contributed by Anders Hovmöller in `#339 <https://github.com/pytest-dev/pytest-cov/pull/339>`_.
154154
* Various CI improvements.
155-
Contributed by Daniel Hahler in `#363 <https://github.com/pytest-dev/pytest-cov/pull/>`_ and
155+
Contributed by Daniel Hahler in `#363 <https://github.com/pytest-dev/pytest-cov/pull/363>`_ and
156156
`#364 <https://github.com/pytest-dev/pytest-cov/pull/364>`_.
157157
* Various Python support updates (drop EOL 3.4, test against 3.8 final).
158158
Contributed by Hugo van Kemenade in

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Would produce a report like::
108108
Documentation
109109
=============
110110

111-
http://pytest-cov.rtfd.org/
111+
https://pytest-cov.readthedocs.io/en/latest/
112112

113113

114114

docs/plugins.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The current way of dealing with this problem is using the append feature and man
1010

1111
COV_CORE_SOURCE=src COV_CORE_CONFIG=.coveragerc COV_CORE_DATAFILE=.coverage.eager pytest --cov=src --cov-append
1212

13-
Alternatively you can have this in ``tox.ini`` (if you're using `Tox <https://tox.readthedocs.io/en/latest/>`_ of course)::
13+
Alternatively you can have this in ``tox.ini`` (if you're using `Tox <https://tox.wiki/en/latest/>`_ of course)::
1414

1515
[testenv]
1616
setenv =

docs/tox.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Tox
33
===
44

5-
When using `tox <https://tox.readthedocs.io/>`_ you can have ultra-compact configuration - you can have all of it in
5+
When using `tox <https://tox.wiki/en/stable/>`_ you can have ultra-compact configuration - you can have all of it in
66
``tox.ini``::
77

88
[tox]

0 commit comments

Comments
 (0)