diff --git a/docs/Licensing-strategy.md b/docs/Licensing-strategy.md index 618beb92b3..ffc87333eb 100644 --- a/docs/Licensing-strategy.md +++ b/docs/Licensing-strategy.md @@ -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). diff --git a/docs/presentations/unit-testing/kata-containers-unit-testing.md b/docs/presentations/unit-testing/kata-containers-unit-testing.md index 52ea699a1a..44f7ea4b8a 100644 --- a/docs/presentations/unit-testing/kata-containers-unit-testing.md +++ b/docs/presentations/unit-testing/kata-containers-unit-testing.md @@ -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.