Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Fix broken cobra link.
  • Loading branch information
camerondurham authored Mar 13, 2022
1 parent 8fe8d33 commit 952d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cobra add <child command> -p <parent command>
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

Expand Down

0 comments on commit 952d952

Please sign in to comment.