Skip to content

Commit d622355

Browse files
Changed branch name in the cobra generator link to 'main' (#1645)
1 parent 03c3eb7 commit d622355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ It can be installed by running:
102102
go install github.com/spf13/cobra-cli@latest
103103
```
104104

105-
For complete details on using the Cobra-CLI generator, please read [The Cobra Generator README](https://github.com/spf13/cobra-cli/blob/master/README.md)
105+
For complete details on using the Cobra-CLI generator, please read [The Cobra Generator README](https://github.com/spf13/cobra-cli/blob/main/README.md)
106106

107107
For complete details on using the Cobra library, please read the [The Cobra User Guide](user_guide.md).
108108

user_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func main() {
3232
Cobra-CLI is its own program that will create your application and add any
3333
commands you want. It's the easiest way to incorporate Cobra into your application.
3434

35-
For complete details on using the Cobra generator, please refer to [The Cobra-CLI Generator README](https://github.com/spf13/cobra-cli/blob/master/README.md)
35+
For complete details on using the Cobra generator, please refer to [The Cobra-CLI Generator README](https://github.com/spf13/cobra-cli/blob/main/README.md)
3636

3737
## Using the Cobra Library
3838

0 commit comments

Comments
 (0)