From 4ef83854bf7aec69316a70f021fcf3b878db98bc Mon Sep 17 00:00:00 2001 From: Ryan Punt Date: Mon, 15 Jun 2026 13:36:46 -0500 Subject: [PATCH] README: fix CockroachDB Style Guide link The wiki link was stale; point to the canonical location in the cockroach repo. Fixes #59 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d76c6..cc9564c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # crlfmt -`crlfmt` is a `gofmt`-style linter for Go code that enforces the CockroachDB Style Guide found [here](https://wiki.crdb.io/wiki/spaces/CRDB/pages/181371303/Go+coding+guidelines). +`crlfmt` is a `gofmt`-style linter for Go code that enforces the CockroachDB Style Guide found [here](https://github.com/cockroachdb/cockroach/blob/master/docs/style.md). ## Usage