From 3effc4d1f5ed7124ee7fa112cae57e9304c7de08 Mon Sep 17 00:00:00 2001 From: Robert Pitts Date: Thu, 15 Mar 2012 15:30:20 -0700 Subject: [PATCH] Correct link to `control_structures.clj` in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0c8096..33d10b0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ to analyze your namespaces. ## Contributing It is very easy to write new patterns for `kibit`. Take a look at -[`control-structures.clj`](https://github.com/jonase/kibit/blob/master/src/jonase/kibit/control_structures.clj) +[`control-structures.clj`](https://github.com/jonase/kibit/blob/master/src/jonase/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.