Skip to content

Commit a3d8f03

Browse files
authored
Update Guides link to Flax README
1 parent 521f516 commit a3d8f03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ To upgrade to the latest version of Flax, you can use:
9090
We provide three examples using the Flax API: a simple multi-layer perceptron, a CNN and an auto-encoder.
9191

9292
To learn more about the `Module` abstraction, see our [docs](https://flax.readthedocs.io/), our [broad intro to the Module abstraction](https://github.com/google/flax/blob/main/docs/notebooks/linen_intro.ipynb). For additional concrete demonstrations of best practices, see our
93-
[HOWTO guides](https://flax.readthedocs.io/en/latest/howtos.html).
93+
[guides](https://flax.readthedocs.io/en/latest/guides/index.html) and
94+
[advanced topics documentation](https://flax.readthedocs.io/en/latest/advanced_topics/index.html).
9495

9596
```py
9697
from typing import Sequence

0 commit comments

Comments
 (0)