diff options
author | Shane Poppleton <shane@bjja.com.au> | 2024-06-02 17:20:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-02 08:20:22 +0100 |
commit | fbd7c12be933244ee91a94d1c3d665d713428d47 (patch) | |
tree | 9d8eb23b6b7706d66d31832217a958e13175e95f | |
parent | a1b968624558801f488d68382b165d8debbdb9cb (diff) | |
download | lustre-fbd7c12be933244ee91a94d1c3d665d713428d47.tar.gz lustre-fbd7c12be933244ee91a94d1c3d665d713428d47.zip |
🔀 Fix broken link in example README.md (#139)
-rw-r--r-- | examples/05-http-requests/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |