diff --git a/Makefile b/Makefile index 3926d83..d568b2d 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ check: test test: @command -v zunit >/dev/null && \ { zunit; ((1)); } || \ - echo "Please install zunit to run the tests (https://github.com/zdharma/zunit)" + echo "Please install zunit to run the tests (https://github.com/z-shell/zunit)"