From 4602704433b5cb70707b6d4aeba5ca52fe725903 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sun, 27 Jul 2025 15:17:59 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78a56baece..b27b81c968 100644 --- a/README.md +++ b/README.md @@ -226,9 +226,9 @@ and merge procedures quick and simple. Please make sure your contributions adhere to our coding guidelines: - * Code must adhere to the official Go [formatting](https://golang.org/doc/effective_go.html#formatting) - guidelines (i.e. uses [gofmt](https://golang.org/cmd/gofmt/)). - * Code must be documented adhering to the official Go [commentary](https://golang.org/doc/effective_go.html#commentary) + * Code must adhere to the official Go [formatting](https://go.dev/doc/effective_go.html#formatting) + guidelines (i.e. uses [gofmt](https://go.dev/cmd/gofmt/)). + * Code must be documented adhering to the official Go [commentary](https://go.dev/doc/effective_go.html#commentary) guidelines. * Pull requests need to be based on and opened against the `master` branch. * Commit messages should be prefixed with the package(s) they modify.