From d12e2412b6a267cc35953f8f9937c6ac99103cc6 Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Wed, 13 Jan 2016 21:40:50 -0500 Subject: [PATCH] Fix links to markdown and man page docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66311c46..b5cbb6b4 100644 --- a/README.md +++ b/README.md @@ -793,11 +793,11 @@ Run 'kubectl help' for usage. ## 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 -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