From 03c08875b37180a6e58aa62aff2a54d2ffdd94e1 Mon Sep 17 00:00:00 2001 From: Rick Booth Date: Wed, 29 Dec 2021 21:33:05 +0000 Subject: [PATCH] Fix links in commands README --- tutorials/commands/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)