Skip to content

Commit

Permalink
chore(putout): fix link (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
zieka authored Oct 11, 2024
1 parent 4692ecd commit 3cdd951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/openrewrite/codemods/Putout.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public String getDescription() {
Set<String> rules;

@Option(displayName = "Printer",
description = "By default Putout uses its own [putout] printer for formatting code. You can choose an alternative printer.",
description = "By default Putout uses its own [putout](https://github.com/coderaiser/putout?tab=readme-ov-file#printer) printer for formatting code. You can choose an alternative printer.",
valid = {"putout", "recast", "babel"},
required = false)
@Nullable
Expand Down

0 comments on commit 3cdd951

Please sign in to comment.