Skip to content

Commit

Permalink
Tweak module link
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger authored Jan 5, 2024
1 parent 155a177 commit aedd829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaxtyping/_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ class MyDataclass:
- `fn`: The function or dataclass to decorate. In practice if you want to use
dataclasses with JAX, then
[`equinox.Module`](https://github.com/patrick-kidger/equinox) is our recommended
approach:
[`equinox.Module`](https://docs.kidger.site/equinox/api/module/module/) is our
recommended approach:
```python
import equinox as eqx
Expand Down

0 comments on commit aedd829

Please sign in to comment.