From b523f1f23a9c5d0f558d16cc743976947ff6d78f Mon Sep 17 00:00:00 2001 From: krtffl Date: Mon, 17 Jul 2023 16:29:29 +0200 Subject: [PATCH] fix: user guide link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2bc51e..c273c37 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ with `go run main.go help serve`, etc. would all work. You now have a basic Cobra-based application up and running. Next step is to edit the files in cmd and customize them for your application. -For complete details on using the Cobra library, please read the [The Cobra User Guide](https://github.com/spf13/cobra/blob/master/user_guide.md#using-the-cobra-library). +For complete details on using the Cobra library, please read the [The Cobra User Guide](https://github.com/spf13/cobra/blob/main/site/content/user_guide.md#using-the-cobra-library). Have fun!