Skip to content

Commit 12afa83

Browse files
committed
Fix invalid link
1 parent 9abfd77 commit 12afa83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ status:
2626
.PHONY: check
2727
check:
2828
@if [ -z "$(DOCKER_COMPOSE_BIN)" ]; then \
29-
echo "ERR: docker-compose not found. please install docker. see: https://github.com/bearaujus/cash-mint/README.md#usage"; \
29+
echo "ERR: docker-compose not found. please install docker. see: https://github.com/bearaujus/cash-mint/blob/master/README.md#usage"; \
3030
exit 1; \
3131
fi
3232
@echo "OK: docker-compose is present."
3333

3434
@if [ ! -f .env ]; then \
35-
echo "ERR: environment file is missing at '$(DOCKER_COMPOSE_ENV_FILE_NAME)'. see: https://github.com/bearaujus/cash-mint/README.md#usage"; \
35+
echo "ERR: environment file is missing at '$(DOCKER_COMPOSE_ENV_FILE_NAME)'. see: https://github.com/bearaujus/cash-mint/blob/master/README.md#usage"; \
3636
exit 1; \
3737
fi
3838
@echo "OK: environment file is present."

0 commit comments

Comments
 (0)