diff options
author | Michał Łępicki <michallepicki@users.noreply.github.com> | 2020-11-26 14:44:37 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-11-26 15:38:27 +0000 |
commit | fc6f94c70b7a914ef85b69b3319b07785e81f03b (patch) | |
tree | cd9e56862cd9bdc5ab9f3ff03723f9d135bd73b7 /src | |
parent | f624d3423fdd72dcd6a27ab242c8e06781775988 (diff) | |
download | gleam_stdlib-fc6f94c70b7a914ef85b69b3319b07785e81f03b.tar.gz gleam_stdlib-fc6f94c70b7a914ef85b69b3319b07785e81f03b.zip |
Fix rebar3 eunit documentation link
closes #132
Diffstat (limited to 'src')
-rw-r--r-- | src/gleam/should.gleam | 2 |
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. |