diff options
author | naiyoma <lankas.aurelia@gmail.com> | 2024-03-05 16:43:21 +0300 |
---|---|---|
committer | naiyoma <lankas.aurelia@gmail.com> | 2024-03-05 17:00:08 +0300 |
commit | 53ffd5a410186109b9a56c5922768905e168acb3 (patch) | |
tree | d44324350080bd180da85186cb10b0ed843944f6 /test/lint | |
parent | 98005b6a17907c4f7bdcf802ee96c274492f902a (diff) |
docs: Fix broken reference to CI setup in test/lint/README.md
Diffstat (limited to 'test/lint')
-rw-r--r-- | test/lint/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/README.md b/test/lint/README.md index 1bfcb75327..9cb61b484c 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. |