Skip to content

Commit 3f42bbc

Browse files
authored
docs: CLI commands link fix (#546)
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.
1 parent dcf1f49 commit 3f42bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubeOps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static class Program
7373
```
7474

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

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

0 commit comments

Comments
 (0)