From e32267ecf7b994d5c7e877e581b674c5f8addc7d Mon Sep 17 00:00:00 2001 From: HJ Date: Fri, 19 Apr 2024 17:50:42 -0400 Subject: [PATCH] docs typo --- src/rememo/otp/memo.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rememo/otp/memo.gleam b/src/rememo/otp/memo.gleam index 46d6d4d..0c0dd3e 100644 --- a/src/rememo/otp/memo.gleam +++ b/src/rememo/otp/memo.gleam @@ -1,4 +1,4 @@ -//// This is the memoization implementation that uses [`gleam/otp/actor`](https://www.erlang.org/doc/man/ets.html). +//// This is the memoization implementation that uses [`gleam/otp/actor`](https://hexdocs.pm/gleam_otp/gleam/otp/actor.html). //// This is the slower (and original) of the two implementations. import gleam/dict.{type Dict}