From d6f91554e2f0a22ab4c195235fb012f6cfbf6f25 Mon Sep 17 00:00:00 2001 From: terry-writer <56782043+terry-writer@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:23:07 +0900 Subject: [PATCH] docs: fix broken links to docgen and shell completion Updated links for documentation formats to point to the correct GitHub pages. --- content/home/getting-started.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/home/getting-started.md b/content/home/getting-started.md index 351f873..1d87bee 100644 --- a/content/home/getting-started.md +++ b/content/home/getting-started.md @@ -579,9 +579,10 @@ Run 'kubectl help' for usage. Cobra can generate documentation based on subcommands, flags, etc. in the following formats: -- [Markdown](doc/md_docs.md) -- [ReStructured Text](doc/rest_docs.md) -- [Man Page](doc/man_docs.md) +- [Markdown](https://github.com/spf13/cobra/blob/main/site/content/docgen/md.md) +- [ReStructured Text](https://github.com/spf13/cobra/blob/main/site/content/docgen/rest.md) +- [Man Page](https://github.com/spf13/cobra/blob/main/site/content/docgen/man.md) +...in [Shell Completions](https://cobra.dev/docs/how-to-guides/shell-completion/). ## Generating bash completions