aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gleam/should.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam/should.gleam b/src/gleam/should.gleam
index 9f88314..0a4b04b 100644
--- a/src/gleam/should.gleam
+++ b/src/gleam/should.gleam
@@ -2,7 +2,7 @@
//// compatible with the Erlang eunit test framework.
////
//// More information on running eunit can be found in [the rebar3
-//// documentation](https://www.rebar3.org/docs/running-tests).
+//// documentation](https://rebar3.org/docs/testing/eunit/).
// TODO: Move this module into another package so it can be used as a
// dep only in test.