From 342d4ca255bd9a946d0d39caeccf2f0f2ac48574 Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Tue, 16 Jul 2024 11:27:03 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 191f5b8d5e..495a139b60 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,5 +43,5 @@ Fleet expects its Go code to be formatted with `goimports`. Fleet further follows the style guidelines at - [Effective Go](https://go.dev/doc/effective_go) and - - [Go Wiki Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) + - [Go Wiki Code Review Comments](https://go.dev/wiki/CodeReviewComments) - [Go Style At Google](https://google.github.io/styleguide/go/guide)