diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-10 10:45:12 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-10 10:45:12 +0100 |
commit | 9ae2df195865e1f5ce3b1dab8b43c89e59ad471e (patch) | |
tree | fc24f64632c5fa0d9f4782cea3949ca09a01ee87 /doc/ale.txt | |
parent | 7dee9da0f27c31226a746377ba7f0bda15e70281 (diff) | |
download | ale-9ae2df195865e1f5ce3b1dab8b43c89e59ad471e.zip |
Automatically check for invalid help tag references, and fix some existing documentation issues
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index bb7411ad..56308090 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -204,7 +204,7 @@ The following languages and tools are supported. * nroff: 'proselint' * Objective-C: 'clang' * Objective-C++: 'clang' -* OCaml: 'merlin' (see |ale-linter-integration-ocaml-merlin|) +* OCaml: 'merlin' (see |ale-ocaml-merlin|) * Perl: 'perl' (-c flag), 'perlcritic' * PHP: 'hack', 'langserver', 'php' (-l flag), 'phpcs', 'phpmd', 'phpstan' * Pod: 'proselint' |