diff --git a/README.md b/README.md index 6f8eb77..e73d16a 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ some false positives. ## Contributing It is very easy to write new patterns for `kibit`. Take a look at -[`control-structures.clj`](https://github.com/clj-commons/kibit/blob/master/kibit/src/kibit/rules/control_structures.clj) +[`control-structures.clj`](https://github.com/clj-commons/kibit/blob/master/src/kibit/rules/control_structures.clj) to see how new patterns are created. If you know of a recurring pattern of code that can be simplified, please consider sending me a pull request.