diff --git a/tutorials/commands/README.md b/tutorials/commands/README.md index ad4736c..1402ec7 100644 --- a/tutorials/commands/README.md +++ b/tutorials/commands/README.md @@ -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)