From 3f42bbcb13d98a0811606b4b8ca83566c74a988a Mon Sep 17 00:00:00 2001 From: Tomas Fabian Date: Sat, 11 Mar 2023 07:00:37 +0100 Subject: [PATCH] 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. --- src/KubeOps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KubeOps/README.md b/src/KubeOps/README.md index 0e456d89..47c062c8 100644 --- a/src/KubeOps/README.md +++ b/src/KubeOps/README.md @@ -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