diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0e3cb6143a6bc1a946174b17f618a802616cdfa5..f102f13266c087347fb63ab6db945d6b0fc8f352 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@ To install development dependencies you can use `pip install -r tests/requiremen
 
 #### Linting
 
-Kubespray uses `yamllint` and `ansible-lint`. To run them locally use `yamllint .` and `./tests/scripts/ansible-lint.sh`
+Kubespray uses `yamllint` and `ansible-lint`. To run them locally use `yamllint .` and `ansible-lint`
 
 #### Molecule