From 3fcc085480787486900deef1facb6f65054d05cc Mon Sep 17 00:00:00 2001 From: Guillaume Claret Date: Mon, 27 Jun 2022 20:45:01 +0200 Subject: [PATCH] chore: Fix link in the README (#23488) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ddb4bd524..4505bf3894 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Generally, code must be adjusted to satisfy these tools, though there are except - [go vet](https://golang.org/cmd/vet/) checks for Go code that should be considered incorrect. - [go fmt](https://golang.org/cmd/gofmt/) checks that Go code is correctly formatted. - [go mod tidy](https://tip.golang.org/cmd/go/#hdr-Add_missing_and_remove_unused_modules) ensures that the source code and go.mod agree. -- [staticcheck](http://next.staticcheck.io/docs/) checks for things like: unused code, code that can be simplified, code that is incorrect and code that will have performance issues. +- [staticcheck](https://staticcheck.io/docs/) checks for things like: unused code, code that can be simplified, code that is incorrect and code that will have performance issues. ### staticcheck