diff --git a/frequently-asked-questions.md b/frequently-asked-questions.md index 3070620e..ce373759 100644 --- a/frequently-asked-questions.md +++ b/frequently-asked-questions.md @@ -69,8 +69,8 @@ by an actor (which immutably wraps mutable state using recursion) or you can use ETS, the Erlang in-memory key-value database. If you are compiling Gleam to JavaScript the -[`gleam_javascript`](https://hexdocs.pm/gleam_javascript/index.html) library -offers mutable references. +[`javascript_mutable_reference`](https://hexdocs.pm/javascript_mutable_reference/index.html) +library offers mutable references. ## Does Gleam have side effects?