forked from Mirrors/bubbletea
Fix links in documents
This commit is contained in:
parent
216b195175
commit
3aa00243ff
|
@ -33,8 +33,6 @@ Be sure to check out [Bubbles][bubbles], a library of common UI components for B
|
|||
<a href="https://github.com/charmbracelet/bubbles"><img src="https://stuff.charm.sh/bubbles-examples/textinput.gif" width="400" alt="Text Input Example from Bubbles"></a>
|
||||
</p>
|
||||
|
||||
[docs]: https://github.com/charmbracelet/bubbletea#libraries-we-use-with-bubble-tea
|
||||
|
||||
* * *
|
||||
|
||||
## Tutorial
|
||||
|
@ -249,7 +247,7 @@ there are [Go Docs][docs].
|
|||
|
||||
[cmd]: http://github.com/charmbracelet/bubbletea/tree/master/tutorials/commands/
|
||||
[examples]: http://github.com/charmbracelet/bubbletea/tree/master/examples
|
||||
[docs]: https://pkg.go.dev/github.com/charmbracelet/glow?tab=doc
|
||||
[docs]: https://pkg.go.dev/github.com/charmbracelet/bubbletea?tab=doc
|
||||
|
||||
## Bubble Tea in the Wild
|
||||
|
||||
|
|
|
@ -211,7 +211,7 @@ there are [Go Docs][docs].
|
|||
|
||||
[cmd]: http://github.com/charmbracelet/bubbletea/tree/master/tutorials/commands/
|
||||
[examples]: http://github.com/charmbracelet/bubbletea/tree/master/examples
|
||||
[docs]: https://pkg.go.dev/github.com/charmbracelet/glow?tab=doc
|
||||
[docs]: https://pkg.go.dev/github.com/charmbracelet/bubbletea?tab=doc
|
||||
|
||||
### Bubble Tea in the Wild
|
||||
|
||||
|
|
|
@ -219,7 +219,7 @@ For some Bubble Tea programs in production, see:
|
|||
* [The Charm Tool](https://github.com/charmbracelet/charm): the Charm user account manager
|
||||
|
||||
[examples]: http://github.com/charmbracelet/bubbletea/tree/master/examples
|
||||
[docs]: https://pkg.go.dev/github.com/charmbracelet/glow?tab=doc
|
||||
[docs]: https://pkg.go.dev/github.com/charmbracelet/bubbletea?tab=doc
|
||||
[bubbles]: https://github.com/charmbracelet/bubbles
|
||||
|
||||
### Libraries we use with Bubble Tea
|
||||
|
|
Loading…
Reference in New Issue