aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan VanBuren <stefan@vanburen.xyz>2023-09-20 10:39:01 -0400
committerGitHub <noreply@github.com>2023-09-20 07:39:01 -0700
commit7e70817115df6406096158b46e944bcdc5d9cf65 (patch)
tree6aa39dd3e53f3ed6914f4633cc47e0abe434886f
parentce107d7d14ecca9f473e49c63d1da8b02e87344c (diff)
doc: change url for buf format (#65)
-rw-r--r--lua/conform/formatters/buf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/buf.lua b/lua/conform/formatters/buf.lua
index bb64c26..9a4b776 100644
--- a/lua/conform/formatters/buf.lua
+++ b/lua/conform/formatters/buf.lua
@@ -1,7 +1,7 @@
---@type conform.FileFormatterConfig
return {
meta = {
- url = "https://buf.build/docs/lint/overview",
+ url = "https://buf.build/docs/reference/cli/buf/format",
description = "A new way of working with Protocol Buffers",
},
command = "buf",