summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-07-05 10:15:25 +0100
committerGitHub <noreply@github.com>2017-07-05 10:15:25 +0100
commit35093e8f0d5d7a3474ecf3da8e46ac02b781711a (patch)
treea355152fe4ff9351816941019903f06732effb04
parent6ab92af181ac8b26a7c0936438853cb6ac97c792 (diff)
parente134eca6942bf246c71756321d1d7b62d48e0272 (diff)
downloadale-35093e8f0d5d7a3474ecf3da8e46ac02b781711a.zip
Merge pull request #727 from andrew-vimmer/broken-links
Fixed broken link in the CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0086e48d..a32a596a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -74,10 +74,10 @@ If you want to credit multiple authors, you can comma separate them.
### 3.i. Adding a New Linter
If you add a new linter, look for existing handlers first in the
-[handlers.vim](autoload/ale/handlers.vim) file. One of the handlers there may
+[handlers](autoload/ale/handlers) directory. One of the handlers there may
already be able to handle your lines of output. If you find that your new
linter replicates an existing error handler, consider pulling it up into the
-[handlers.vim](autoload/ale/handlers.vim) file, and use the generic handler in
+[handlers](autoload/ale/handlers) directory, and use the generic handler in
both places.
When you add a linter, make sure the language for the linter and the linter