From 53ffd5a410186109b9a56c5922768905e168acb3 Mon Sep 17 00:00:00 2001 From: naiyoma Date: Tue, 5 Mar 2024 16:43:21 +0300 Subject: [PATCH] docs: Fix broken reference to CI setup in test/lint/README.md --- test/lint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lint/README.md b/test/lint/README.md index 1bfcb75327a..9cb61b484cb 100644 --- a/test/lint/README.md +++ b/test/lint/README.md @@ -34,7 +34,7 @@ To run all the lint checks in the test runner outside the docker, use: | [`lint-shell.py`](lint/lint-shell.py) | [ShellCheck](https://github.com/koalaman/shellcheck) | [`lint-spelling.py`](lint/lint-spelling.py) | [codespell](https://github.com/codespell-project/codespell) -In use versions and install instructions are available in the [CI setup](../ci/lint/04_install.sh). +In use versions and install instructions are available in the [CI setup](../../ci/lint/04_install.sh). Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated.