From 20900dd12f1baa27f5fb2ea32d519e3e46206c74 Mon Sep 17 00:00:00 2001 From: Adriaan Zonnenberg Date: Wed, 12 Apr 2017 22:53:20 +0200 Subject: [PATCH] Fix broken links --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63506dd..0086e48 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) diff --git a/README.md b/README.md index 8f5d41d..9c513e5 100644 --- a/README.md +++ b/README.md @@ -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)