Skip to content

Commit cf6763a

Browse files
committed
docs: fix links in changelog
1 parent a3d915e commit cf6763a

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

CHANGES.rst

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,17 @@ Version 7.3.0 — 2023-08-12
110110
Version 7.2.7 — 2023-05-29
111111
--------------------------
112112

113-
- Fix: reverted a `change from 6.4.3 <pull 1347_>`_ that helped Cython, but
113+
- Fix: reverted a `change from 6.4.3 <pull 1347b_>`_ that helped Cython, but
114114
also increased the size of data files when using dynamic contexts, as
115115
described in the now-fixed `issue 1586`_. The problem is now avoided due to a
116-
recent change (`issue 1538`_). Thanks to `Anders Kaseorg <pull 1629_>`_
117-
and David Szotten for persisting with problem reports and detailed diagnoses.
116+
recent change (`issue 1538 <issue 1538b_>`_). Thanks to `Anders Kaseorg
117+
<pull 1629_>`_ and David Szotten for persisting with problem reports and
118+
detailed diagnoses.
118119

119120
- Wheels are now provided for CPython 3.12.
120121

122+
.. _pull 1347b: https://github.com/nedbat/coveragepy/pull/1347
123+
.. _issue 1538b: https://github.com/nedbat/coveragepy/issues/1538
121124
.. _issue 1586: https://github.com/nedbat/coveragepy/issues/1586
122125
.. _pull 1629: https://github.com/nedbat/coveragepy/pull/1629
123126

@@ -421,8 +424,10 @@ matching and path remapping with the ``[paths]`` setting (see
421424
:ref:`config_paths`). These changes might affect you, and require you to
422425
update your settings.
423426

424-
(This release includes the changes from `6.6.0b1 <changes_6-6-0b1_>`_, since
425-
6.6.0 was never released.)
427+
(This release includes the changes from `6.6.0b1`__, since 6.6.0 was never
428+
released.)
429+
430+
__ https://coverage.readthedocs.io/en/latest/changes.html#changes-6-6-0b1
426431

427432
- Changes to file pattern matching, which might require updating your
428433
configuration:
@@ -525,8 +530,9 @@ update your settings.
525530
Version 6.6.0b1 — 2022-10-31
526531
----------------------------
527532

528-
(Note: 6.6.0 final was never released. These changes are part of `7.0.0b1
529-
<changes_7-0-0b1_>`_.)
533+
(Note: 6.6.0 final was never released. These changes are part of `7.0.0b1`__.)
534+
535+
__ https://coverage.readthedocs.io/en/latest/changes.html#changes-7-0-0b1
530536

531537
- Changes to file pattern matching, which might require updating your
532538
configuration:
@@ -835,7 +841,8 @@ Version 6.2 — 2021-11-26
835841
early, preventing the exclusion of the decorated function. This is now fixed.
836842

837843
- Fix: The HTML report now will not overwrite a .gitignore file that already
838-
exists in the HTML output directory (follow-on for `issue 1244`_).
844+
exists in the HTML output directory (follow-on for `issue 1244
845+
<issue 1244b_>`_).
839846

840847
- API: The exceptions raised by Coverage.py have been specialized, to provide
841848
finer-grained catching of exceptions by third-party code.
@@ -855,6 +862,7 @@ Version 6.2 — 2021-11-26
855862
.. _issue 1012: https://github.com/nedbat/coveragepy/issues/1012
856863
.. _issue 1082: https://github.com/nedbat/coveragepy/issues/1082
857864
.. _issue 1203: https://github.com/nedbat/coveragepy/issues/1203
865+
.. _issue 1244b: https://github.com/nedbat/coveragepy/issues/1244
858866

859867

860868
.. _changes_612:
@@ -878,14 +886,15 @@ Version 6.1.2 — 2021-11-10
878886
files (`django_coverage_plugin issue 78`_).
879887

880888
- Fix: Removed another vestige of jQuery from the source tarball
881-
(`issue 840`_).
889+
(`issue 840 <issue 840b_>`_).
882890

883891
- Fix: Added a default value for a new-to-6.x argument of an internal class.
884892
This unsupported class is being used by coveralls (`issue 1273`_). Although
885893
I'd rather not "fix" unsupported interfaces, it's actually nicer with a
886894
default value.
887895

888896
.. _django_coverage_plugin issue 78: https://github.com/nedbat/django_coverage_plugin/issues/78
897+
.. _issue 840b: https://github.com/nedbat/coveragepy/issues/840
889898
.. _issue 1147: https://github.com/nedbat/coveragepy/issues/1147
890899
.. _issue 1270: https://github.com/nedbat/coveragepy/issues/1270
891900
.. _issue 1271: https://github.com/nedbat/coveragepy/issues/1271
@@ -1039,12 +1048,13 @@ Version 6.0 — 2021-10-03
10391048
Fixes `issue 1205`_.
10401049

10411050
- Fix another rarer instance of "Error binding parameter 0 - probably
1042-
unsupported type." (`issue 1010`_).
1051+
unsupported type." (`issue 1010 <issue 1010b_>`_).
10431052

10441053
- Creating a directory for the coverage data file now is safer against
10451054
conflicts when two coverage runs happen simultaneously (`pull 1220`_).
10461055
Thanks, Clément Pit-Claudel.
10471056

1057+
.. _issue 1010b: https://github.com/nedbat/coveragepy/issues/1010
10481058
.. _issue 1035: https://github.com/nedbat/coveragepy/issues/1035
10491059
.. _issue 1105: https://github.com/nedbat/coveragepy/issues/1105
10501060
.. _issue 1163: https://github.com/nedbat/coveragepy/issues/1163

0 commit comments

Comments
 (0)