From fc6f94c70b7a914ef85b69b3319b07785e81f03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81=C4=99picki?= Date: Thu, 26 Nov 2020 14:44:37 +0100 Subject: Fix rebar3 eunit documentation link closes #132 --- src/gleam/should.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3