Skip to content

Commit 1624aef

Browse files
committed
update golangci install path link
Signed-off-by: Guspan Tanadi <[email protected]>
1 parent 46219aa commit 1624aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To run unit tests, use following command
4242
go test ./...
4343
```
4444

45-
To run code linter, make sure `golangci-lint` is [installed](https://golangci-lint.run/usage/install/#local-installation). Then use following command
45+
To run code linter, make sure `golangci-lint` is [installed](https://golangci-lint.run/welcome/install/#local-installation). Then use following command
4646

4747
```bash
4848
golangci-lint run

0 commit comments

Comments
 (0)