Skip to content

Commit

Permalink
Fix broken link to Moderne CLI (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored Nov 23, 2024
1 parent 49f07fe commit 5f74e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ import TabItem from '@theme/TabItem';
return """
<TabItem value="moderne-cli" label="Moderne CLI">
You will need to have configured the [Moderne CLI](https://docs.moderne.io/moderne-cli/cli-intro) on your machine before you can run the following command.
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.
```shell title="shell"
mod run . --recipe $trimmedRecipeName
Expand Down

0 comments on commit 5f74e1d

Please sign in to comment.