From 6cf90c5656ed8732faf4ecb34b69ee45abc886d0 Mon Sep 17 00:00:00 2001 From: "Lars K.W. Gohlke" Date: Sun, 13 Sep 2020 19:35:08 +0200 Subject: [PATCH] fixes link to hadolint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2abaa4..b0e6f17 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A set of [pre-commit](http://pre-commit.com) hooks for Docker services Verifies that docker-compose files are valid by using `docker-compose config` to parse them. ### hadolint -Uses the [hadolint Docker image](https://hub.docker.com/hadolint/hadolint) to lint Dockerfiles. +Uses the [hadolint Docker image](https://hub.docker.com/r/hadolint/hadolint) to lint Dockerfiles. ### hadolint-system Uses the whatever version of hadolint that you have installed to lint Dockerfiles. This requires you to have hadolint installed somewhere in your path.