diff options
author | Adriaan Zonnenberg <amz@adriaan.xyz> | 2017-04-12 22:53:20 +0200 |
---|---|---|
committer | Adriaan Zonnenberg <amz@adriaan.xyz> | 2017-04-12 22:53:20 +0200 |
commit | 20900dd12f1baa27f5fb2ea32d519e3e46206c74 (patch) | |
tree | eefddaa97de7843057fe5eaec7e28a9d7233cd24 | |
parent | 10037c5133c6ed9847b6c0fc98cf47d982d60058 (diff) | |
download | ale-20900dd12f1baa27f5fb2ea32d519e3e46206c74.zip |
Fix broken links
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63506ddb..0086e48d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ 4. [Writing Documentation](#writing-documentation) 1. [Documenting New Linters](#documenting-new-linters) 2. [Editing the Online Documentation](#editing-online-documentation) - 3. [Documenting Linter Options](#documenting-new-options) + 3. [Documenting Linter Options](#documenting-linter-options) 5. [In Case of Busses](#in-case-of-busses) <a name="guidelines"></a> @@ -26,7 +26,7 @@ In other words, this plugin allows you to lint while you type. 4. [Contributing](#contributing) 5. [FAQ](#faq) 1. [How do I disable particular linters?](#faq-disable-linters) - 2. [How can I keep the sign gutter open?](#faq-disable-linters) + 2. [How can I keep the sign gutter open?](#faq-keep-signs) 3. [How can I change the signs ALE uses?](#faq-change-signs) 4. [How can I show errors or warnings in my statusline?](#faq-statusline) 5. [How can I change the format for echo messages?](#faq-echo-format) |