Skip to content

Commit 02ba249

Browse files
committed
Remove dead anchors
1 parent 1ff3f1e commit 02ba249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Changes
145145
- It's now possible to customize the behavior of ``eq`` and ``order`` by passing in a callable.
146146
`#435 <https://github.com/python-attrs/attrs/issues/435>`_,
147147
`#627 <https://github.com/python-attrs/attrs/issues/627>`_
148-
- The instant favorite `next-generation APIs <https://www.attrs.org/en/stable/api.html#next-gen>`_ are not provisional anymore!
148+
- The instant favorite next-generation APIs are not provisional anymore!
149149

150150
They are also officially supported by Mypy as of their `0.800 release <https://mypy-lang.blogspot.com/2021/01/mypy-0800-released.html>`_.
151151

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Simply assign ``attrs.field()`` to the attributes instead of annotating them wit
8282

8383
----
8484

85-
This example uses ``attrs``'s `modern APIs <https://www.attrs.org/en/stable/api.html#next-generation-apis>`_ that have been introduced in version 20.1.0, and the ``attrs`` package import name that has been added in version 21.3.0.
85+
This example uses ``attrs``'s modern APIs that have been introduced in version 20.1.0, and the ``attrs`` package import name that has been added in version 21.3.0.
8686
The classic APIs (``@attr.s``, ``attr.ib``, plus their serious business aliases) and the ``attr`` package import name will remain **indefinitely**.
8787

8888
Please check out `On The Core API Names <https://www.attrs.org/en/latest/names.html>`_ for a more in-depth explanation.

0 commit comments

Comments
 (0)