Skip to content

Commit

Permalink
Fix link to prism
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Mar 21, 2023
1 parent 19952a6 commit 7cc8f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ val olderZoo = zoo.modifyAll(
).using(_ + 1)
```

This is also known as a *prism*, see e.g. [here](http://julien-truffaut.github.io/Monocle/optics/prism.html).
This is also known as a *prism*, see e.g. [here](https://www.optics.dev/Monocle/docs/optics/prism).

**Re-usable modifications (lenses):**

Expand Down

0 comments on commit 7cc8f5d

Please sign in to comment.