From b1fb96fdf7f7453cda935244f013c8f14cd928ef Mon Sep 17 00:00:00 2001 From: Neville Bokdawalla Date: Thu, 24 Mar 2022 02:09:24 +0530 Subject: [PATCH 1/2] changed branch name to main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7adef143b..55dc39d0f 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ It can be installed by running: go install github.com/spf13/cobra-cli@latest ``` -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) +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) For complete details on using the Cobra library, please read the [The Cobra User Guide](user_guide.md). From 6dfef92bcf5421121f42c7fd8384fcc35352cb69 Mon Sep 17 00:00:00 2001 From: Neville Bokdawalla Date: Fri, 25 Mar 2022 02:25:55 +0530 Subject: [PATCH 2/2] changed branch name --- user_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide.md b/user_guide.md index 4a3c2b0da..cbf9a897b 100644 --- a/user_guide.md +++ b/user_guide.md @@ -32,7 +32,7 @@ func main() { Cobra-CLI is its own program that will create your application and add any commands you want. It's the easiest way to incorporate Cobra into your application. -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) +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) ## Using the Cobra Library