Skip to content

Commit

Permalink
docs: adjust url
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Dec 4, 2023
1 parent ccc5df3 commit 347e7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/conform/formatters/jsonnetfmt.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---@type conform.FileFormatterConfig
return {
meta = {
url = "https://github.com/google/go-jsonnet/cmd/jsonnetfmt",
url = "https://github.com/google/go-jsonnet/tree/master/cmd/jsonnetfmt",
description = "jsonnetfmt is a command line tool to format jsonnet files.",
},
command = "jsonnetfmt",
Expand Down

0 comments on commit 347e7cc

Please sign in to comment.