From 5cc9e27ddb527304cdaac66a9994c8520ceb70da Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 12 Oct 2022 08:32:14 +0400 Subject: [PATCH] docs(README): add missing links and fix a broken one (#758) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8c7610..e2b97b1 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,10 @@ Here's how `revive` is different from `golint`: - [revive](#revive) - [Installation](#installation) - [Usage](#usage) + - [Docker](#docker) - [Bazel](#bazel) - [Text Editors](#text-editors) + - [GitHub Actions](#github-actions) - [Continuous Integration](#continuous-integration) - [Linter Aggregators](#linter-aggregators) - [golangci-lint](#golangci-lint) @@ -89,7 +91,7 @@ Here's how `revive` is different from `golint`: - [Unix](#unix) - [SARIF](#sarif) - [Extensibility](#extensibility) - - [Custom Rule](#custom-rule) + - [Custom Rule](#writing-a-custom-rule) - [Example](#example) - [Custom Formatter](#custom-formatter) - [Speed Comparison](#speed-comparison)