Skip to content

Commit

Permalink
fix: user guide link (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtffl authored Jul 28, 2023
1 parent 3858115 commit b43c2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit b43c2d0

Please sign in to comment.