From 36fe29c8f9dc696b104db0f7d49d1a87d2bbcd5b Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 2 Apr 2026 00:46:12 +0200 Subject: [PATCH] docs: fix broken link (#1368) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f88879..8e40f14 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ The mode to install golangci-lint: it can be `binary`, `goinstall`, or `none`. The default value is `binary`. -`goinstall` is not recommended, more explanations [here](https://golangci-lint.run/docs/welcome/install/#install-from-sources). +`goinstall` is not recommended, more explanations [here](https://golangci-lint.run/docs/welcome/install/local/#install-from-sources).
Example