---
test/lua/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/lua/README.md b/test/lua/README.md
index 5b9a1e6f..21a63fb5 100644
--- a/test/lua/README.md+++ b/test/lua/README.md
@@ -1,7 +1,7 @@
Unit Test for Vis' Lua API
--------------------------
-The tests use the [busted unit testing framework](https://olivinelabs.com/busted/).+The tests use the [busted unit testing framework](https://lunarmodules.github.io/busted/).Each `*.lua` file is sourced from a new `vis` instance which loads the
correspending `*.in` file.
--
2.46.1
Matěj Cepl <mcepl@cepl.eu> wrote:
> ---> test/lua/README.md | 2 +-> 1 file changed, 1 insertion(+), 1 deletion(-)> > diff --git a/test/lua/README.md b/test/lua/README.md> index 5b9a1e6f..21a63fb5 100644> --- a/test/lua/README.md> +++ b/test/lua/README.md> @@ -1,7 +1,7 @@> Unit Test for Vis' Lua API> --------------------------> > -The tests use the [busted unit testing framework](https://olivinelabs.com/busted/).> +The tests use the [busted unit testing framework](https://lunarmodules.github.io/busted/).> > Each `*.lua` file is sourced from a new `vis` instance which loads the> correspending `*.in` file.
LGTM!
Cheers,
Silvan