From fbd7c12be933244ee91a94d1c3d665d713428d47 Mon Sep 17 00:00:00 2001 From: Shane Poppleton Date: Sun, 2 Jun 2024 17:20:22 +1000 Subject: =?UTF-8?q?=F0=9F=94=80=20Fix=20broken=20link=20in=20example=20REA?= =?UTF-8?q?DME.md=20(#139)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/05-http-requests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/05-http-requests/README.md b/examples/05-http-requests/README.md index c5fe073..5fb95eb 100644 --- a/examples/05-http-requests/README.md +++ b/examples/05-http-requests/README.md @@ -11,7 +11,7 @@ outside world. Lustre's runtime includes _managed effects_, which allow us to perform side effects like HTTP requests and communicate the results back to our application's `update` function. To learn more about Lustre's effect system and why it's useful, check -out the [side effects guide](https://hexdocs.pm/lustre/guide/side-effects.html), +out the [side effects guide](https://hexdocs.pm/lustre/guide/03-side-effects.html), or the docs for the [`lustre/effect` module](https://hexdocs.pm/lustre/lustre/effect.html). This example is a practical look at what effects mean in Lustre, and we'll look -- cgit v1.2.3