Fix links in commands README

This commit is contained in:
Rick Booth 2021-12-29 21:33:05 +00:00 committed by Christian Muehlhaeuser
parent 226c27f1a9
commit 03c08875b3
1 changed files with 6 additions and 2 deletions

View File

@ -7,8 +7,8 @@ understanding of [the first tutorial][basics].
You can find the non-annotated version of this program [on GitHub][source].
[basics]: http://github.com/charmbracelet/bubbletea/tree/master/tutorials/basics
[source]: https://github.com/charmbracelet/bubbletea/master/tutorials/commands
[basics]: https://github.com/charmbracelet/bubbletea/tree/master/tutorials/basics
[source]: https://github.com/charmbracelet/bubbletea/tree/master/tutorials/commands
## Let's Go!
@ -221,6 +221,10 @@ a component library for Bubble Tea.
And, of course, check out the [Go Docs][docs].
[bubbles]: https://github.com/charmbracelet/bubbles
[docs]: https://pkg.go.dev/github.com/charmbracelet/bubbletea?tab=doc
[examples]: https://github.com/charmbracelet/bubbletea/tree/master/examples
## Additional Resources
* [Libraries we use with Bubble Tea](https://github.com/charmbracelet/bubbletea/#libraries-we-use-with-bubble-tea)