From b070fb6bd9ffd3e4413db18075e09f2e0fa3fd2a Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 11 Jun 2024 11:59:32 +0100 Subject: [PATCH] Fix redirect link --- docs/contributing/lint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/lint.md b/docs/contributing/lint.md index fe838084..7b449179 100644 --- a/docs/contributing/lint.md +++ b/docs/contributing/lint.md @@ -44,7 +44,7 @@ More information can be found in [`.pre-commit-config.yaml` file](https://github ## Image Lint -To comply with [Docker best practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices), +To comply with [Docker best practices](https://docs.docker.com/build/building/best-practices/), we are using the [Hadolint](https://github.com/hadolint/hadolint) tool to analyze each `Dockerfile`. ### Ignoring Rules