mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +00:00
Merge pull request #223 from mattnenterprise/doc-link-fixes
Fix links to markdown and man page docs
This commit is contained in:
commit
9c93009019
1 changed files with 2 additions and 2 deletions
|
@ -793,11 +793,11 @@ Run 'kubectl help' for usage.
|
||||||
|
|
||||||
## Generating Markdown-formatted documentation for your command
|
## Generating Markdown-formatted documentation for your command
|
||||||
|
|
||||||
Cobra can generate a Markdown-formatted document based on the subcommands, flags, etc. A simple example of how to do this for your command can be found in [Markdown Docs](md_docs.md).
|
Cobra can generate a Markdown-formatted document based on the subcommands, flags, etc. A simple example of how to do this for your command can be found in [Markdown Docs](doc/md_docs.md).
|
||||||
|
|
||||||
## Generating man pages for your command
|
## Generating man pages for your command
|
||||||
|
|
||||||
Cobra can generate a man page based on the subcommands, flags, etc. A simple example of how to do this for your command can be found in [Man Docs](man_docs.md).
|
Cobra can generate a man page based on the subcommands, flags, etc. A simple example of how to do this for your command can be found in [Man Docs](doc/man_docs.md).
|
||||||
|
|
||||||
## Generating bash completions for your command
|
## Generating bash completions for your command
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue