Skip to content

Commit 9619cf7

Browse files
committed
Fix or disable some broken links.
1 parent ead3f1a commit 9619cf7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AUTHORS.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
Authors
33
=======
44

5-
* Marc Schlaich - http://www.schlamar.org
5+
* Marc Schlaich - \http://www.schlamar.org
66
* Rick van Hattem - http://wol.ph
77
* Buck Evan - https://github.com/bukzor
88
* Eric Larson - http://larsoner.com
9-
* Marc Abramowitz - http://marc-abramowitz.com
9+
* Marc Abramowitz - \http://marc-abramowitz.com
1010
* Thomas Kluyver - https://github.com/takluyver
1111
* Guillaume Ayoub - http://www.yabz.fr
1212
* Federico Ceratto - http://firelet.net
13-
* Josh Kalderimis - http://blog.cookiestack.com
13+
* Josh Kalderimis - \http://blog.cookiestack.com
1414
* Ionel Cristian Mărieș - https://blog.ionelmc.ro
1515
* Christian Ledermann - https://github.com/cleder
1616
* Alec Nikolas Reiter - https://github.com/justanr

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Changelog
116116
* Removed the empty `console_scripts` entrypoint that confused some Gentoo build script.
117117
I didn't ask why it was so broken cause I didn't want to ruin my day.
118118
Contributed by Michał Górny in `#434 <https://github.com/pytest-dev/pytest-cov/pull/434>`_.
119-
* Fixed the missing `coverage context <https://coverage.readthedocs.io/en/stable/contexts.html>`_
119+
* Fixed the missing `coverage context <https://coverage.readthedocs.io/en/latest/contexts.html>`_
120120
when using subprocesses.
121121
Contributed by Bernát Gábor in `#443 <https://github.com/pytest-dev/pytest-cov/pull/443>`_.
122122
* Updated the config section in the docs.

docs/contexts.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Coverage.py 5.0 can record separate coverage data for `different contexts`_ duri
66
one run of a test suite. Pytest-cov can use this feature to record coverage
77
data for each test individually, with the ``--cov-context=test`` option.
88

9-
.. _different contexts: https://coverage.readthedocs.io/en/stable/contexts.html
9+
.. _different contexts: https://coverage.readthedocs.io/en/latest/contexts.html
1010

1111
The context name recorded in the coverage.py database is the pytest test id,
1212
and the phase of execution, one of "setup", "run", or "teardown". These two

0 commit comments

Comments
 (0)