Skip to content

Commit 2d77d83

Browse files
committed
Fix dataclass_transform links
1 parent b4dc9b0 commit 2d77d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/types.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Given the following definition, ``pyright`` will generate static type signatures
9696

9797
- The ``attr.frozen`` decorator is not typed with frozen attributes, which are properly typed via ``attr.define(frozen=True)``.
9898

99-
A `full list <https://github.com/microsoft/pyright/blob/main/specs/dataclass_transforms.md#attrs>`_ of limitations and incompatibilities can be found in pyright's repository.
99+
A `full list <https://github.com/microsoft/pyright/blob/main/specs/dataclass_transforms.md#Attrs>`_ of limitations and incompatibilities can be found in pyright's repository.
100100

101101
Your constructive feedback is welcome in both `attrs#795 <https://github.com/python-attrs/attrs/issues/795>`_ and `pyright#1782 <https://github.com/microsoft/pyright/discussions/1782>`_.
102102
Generally speaking, the decision on improving ``attrs`` support in pyright is entirely Microsoft's prerogative though.
@@ -105,4 +105,4 @@ Given the following definition, ``pyright`` will generate static type signatures
105105
.. _mypy: http://mypy-lang.org
106106
.. _pytype: https://google.github.io/pytype/
107107
.. _pyright: https://github.com/microsoft/pyright
108-
.. _dataclass_transform: https://github.com/microsoft/pyright/blob/master/specs/dataclass_transforms.md
108+
.. _dataclass_transform: https://github.com/microsoft/pyright/blob/main/specs/dataclass_transforms.md

0 commit comments

Comments
 (0)