diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe3aae4..66a702d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ cobra add -p cobra add childCommand -p 'parentCommand' ``` -Add or adjust `~/.cobra.yaml` file for your name, license, year, etc. [Docs](https://github.com/spf13/cobra/blob/master/cobra/README.md) +Add or adjust `~/.cobra.yaml` file for your name, license, year, etc. See CLI usage in the [docs](https://github.com/spf13/cobra/#usage) for details. ### Working with Go Modules