diff --git a/README.md b/README.md index 94834ff..e028773 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ usuallyTrue = In each of these defines _how_ to generate random values. The most interesting case is `usuallyTrue` which generates `True` 80% of the time and `False` 20% of the time! -Now look at this [working example](https://guide.elm-lang.org/effects/random.html) to see a `Generator` used in an application. +Now look at these working examples to see a `Generator` used in an application: [random numbers](https://elm-lang.org/examples/numbers), [random cards](https://elm-lang.org/examples/cards), and [random positions](https://elm-lang.org/examples/positions). ## Mindset Shift