From 5e176df091d00a84d4dbef95f7ac6bc032975e1d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pinalie Date: Fri, 17 Apr 2026 15:29:59 +0200 Subject: [PATCH] docs: remove broken link to non-existent style guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc9a28..892ed7e 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ Documentation is hosted at https://render.com/docs/cli. ## Contributing -To create a new command, use the `cmd/template.go` template file as a starting point. Reference the [CLI Style Guide](docs/STYLE.md) to learn more about command naming, flags, arguments, and help text conventions. +To create a new command, use the `cmd/template.go` template file as a starting point.