Skip to content

Commit

Permalink
docs: CLI commands link fix (#546)
Browse files Browse the repository at this point in the history
This PR fixes a "Page not found exception" for the CLI commands in the
"Update Entrypoint" section of KubeOps readme.md.
[CLI
Commands](https://github.com/buehler/dotnet-operator-sdk/blob/master/src/KubeOps/commands.md)
link.
  • Loading branch information
tomasfabian authored Mar 11, 2023
1 parent dcf1f49 commit 3f42bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KubeOps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static class Program
```

This adds the default commands (like run and the code generators) to your app.
The commands are documentated under the [CLI Commands](./commands.md) section.
The commands are documentated under the [CLI Commands](#commands) section.

> Technically you don't need to replace the function,
> but if you don't, the other commands like yaml generation
Expand Down

0 comments on commit 3f42bbc

Please sign in to comment.