This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 4adbea40ee [YUNIKORN-2407] update code review comment link (#402)
4adbea40ee is described below
commit 4adbea40ee79cbac3c728bbeed98ca1cf80566eb
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Thu Feb 22 10:06:40 2024 -0600
[YUNIKORN-2407] update code review comment link (#402)
Closes: #402
Signed-off-by: Craig Condit <[email protected]>
---
src/pages/community/coding_guidelines.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/community/coding_guidelines.md
b/src/pages/community/coding_guidelines.md
index c19b7722ad..6f9422a721 100644
--- a/src/pages/community/coding_guidelines.md
+++ b/src/pages/community/coding_guidelines.md
@@ -31,7 +31,7 @@ That means tabs and not spaces etc.
Read the [Effective GO](https://golang.org/doc/effective_go.html) page for
further details.
Before creating a pull request make sure the code at least is formatted using
`gofmt`.
-Beside the effective GO guide follow the recommendations from the
[CodeReviewComments](https://github.com/golang/go/wiki/CodeReviewComments) wiki
page.
+Beside the effective GO guide follow the recommendations from the
[CodeReviewComments](https://go.dev/wiki/CodeReviewComments) wiki page.
The wiki provides a good collection of comments from code reviews.
Most of the comments will be checked in the automated checks described below.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]