From 989a0ebdcc2b22bdd028d93d66938769561b79f6 Mon Sep 17 00:00:00 2001 From: Biraj <37367182+B1raj@users.noreply.github.com> Date: Sun, 22 Dec 2024 14:58:15 +0800 Subject: [PATCH] golangci-lint broken link corrected. Signed-off-by: Biraj <37367182+B1raj@users.noreply.github.com> --- docs/developing-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-component.md b/docs/developing-component.md index baf3670cc2..bb3004da0d 100644 --- a/docs/developing-component.md +++ b/docs/developing-component.md @@ -5,7 +5,7 @@ This document describes how to build and test new components. The Dapr runtime a ## Prerequisites 1. [Dapr development environment setup](https://github.com/dapr/dapr/blob/master/docs/development/setup-dapr-development-env.md) -2. [golangci-lint](https://golangci-lint.run/usage/install/#local-installation) +2. [golangci-lint](https://golangci-lint.run/welcome/install/#local-installation) ## Clone dapr and component-contrib