Skip to content

Commit 0cca7f8

Browse files
Fixed broken links and non-existing anchors in release announcements
1 parent 1f4ae78 commit 0cca7f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/en/announce/release-2.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ courtesy of Benjamin Peterson. You can now safely use ``assert``
1212
statements in test modules without having to worry about side effects
1313
or python optimization ("-OO") options. This is achieved by rewriting
1414
assert statements in test modules upon import, using a PEP302 hook.
15-
See http://pytest.org/assert.html#advanced-assertion-introspection for
15+
See https://docs.pytest.org/en/latest/assert.html for
1616
detailed information. The work has been partly sponsored by my company,
1717
merlinux GmbH.
1818

doc/en/announce/release-2.9.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The py.test Development Team
7575

7676
**Changes**
7777

78-
* **Important**: `py.code <https://pylib.readthedocs.io/en/latest/code.html>`_ has been
78+
* **Important**: `py.code <https://pylib.readthedocs.io/en/stable/code.html>`_ has been
7979
merged into the ``pytest`` repository as ``pytest._code``. This decision
8080
was made because ``py.code`` had very few uses outside ``pytest`` and the
8181
fact that it was in a different repository made it difficult to fix bugs on
@@ -88,7 +88,7 @@ The py.test Development Team
8888
**experimental**, so you definitely should not import it explicitly!
8989

9090
Please note that the original ``py.code`` is still available in
91-
`pylib <https://pylib.readthedocs.io>`_.
91+
`pylib <https://pylib.readthedocs.io/en/stable/>`_.
9292

9393
* ``pytest_enter_pdb`` now optionally receives the pytest config object.
9494
Thanks `@nicoddemus`_ for the PR.

doc/en/announce/release-2.9.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ The py.test Development Team
6666

6767
.. _#510: https://github.com/pytest-dev/pytest/issues/510
6868
.. _#1506: https://github.com/pytest-dev/pytest/pull/1506
69-
.. _#1496: https://github.com/pytest-dev/pytest/issue/1496
70-
.. _#1524: https://github.com/pytest-dev/pytest/issue/1524
69+
.. _#1496: https://github.com/pytest-dev/pytest/issues/1496
70+
.. _#1524: https://github.com/pytest-dev/pytest/pull/1524
7171

7272
.. _@astraw38: https://github.com/astraw38
7373
.. _@hackebrot: https://github.com/hackebrot

0 commit comments

Comments
 (0)