forked from Mirrors/bubbletea
Fix links in commands README
This commit is contained in:
parent
226c27f1a9
commit
03c08875b3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue