docs: Change location of static checks script

We now use the static checks script from the main kata containers repo
and not the tests repo; update documentation to reflect this.

Fixes #8681

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
This commit is contained in:
Chelsea Mafrica 2023-12-15 17:13:02 -08:00
parent bfb756199f
commit b785ef96ec
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@ licensing and allows automated tooling to check the license of individual
files.
This SPDX licence identifier requirement is enforced by the
[CI (Continuous Integration) system](https://github.com/kata-containers/tests/blob/main/.ci/static-checks.sh).
[CI (Continuous Integration) system](https://github.com/kata-containers/kata-containers/blob/main/tests/static-checks.sh).

View File

@ -213,7 +213,7 @@ If in doubt, look at the
- As a non-privileged user.
- As the `root` user (carefully!)
- Run the [static checker](https://github.com/kata-containers/tests/blob/main/.ci/static-checks.sh)
- Run the [static checker](https://github.com/kata-containers/kata-containers/blob/main/tests/static-checks.sh)
on your changes.
Checks formatting and many other things.