Skip to content

Commit

Permalink
Fix links in commands README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixcy authored and muesli committed Dec 29, 2021
1 parent 226c27f commit 03c0887
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tutorials/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 03c0887

Please sign in to comment.