Skip to content

Commit

Permalink
Merge pull request #151 from Philippus/patch-1
Browse files Browse the repository at this point in the history
Fix link to prism
  • Loading branch information
adamw authored Mar 21, 2023
2 parents 19952a6 + 7cc8f5d commit c9f299d
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 c9f299d

Please sign in to comment.