Fix links in documents

This commit is contained in:
Kyosuke Fujimoto 2020-11-04 12:18:23 +09:00 committed by Christian Rocha
parent 216b195175
commit 3aa00243ff
3 changed files with 3 additions and 5 deletions

View File

@ -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> <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> </p>
[docs]: https://github.com/charmbracelet/bubbletea#libraries-we-use-with-bubble-tea
* * * * * *
## Tutorial ## Tutorial
@ -249,7 +247,7 @@ there are [Go Docs][docs].
[cmd]: http://github.com/charmbracelet/bubbletea/tree/master/tutorials/commands/ [cmd]: http://github.com/charmbracelet/bubbletea/tree/master/tutorials/commands/
[examples]: http://github.com/charmbracelet/bubbletea/tree/master/examples [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 ## Bubble Tea in the Wild

View File

@ -211,7 +211,7 @@ there are [Go Docs][docs].
[cmd]: http://github.com/charmbracelet/bubbletea/tree/master/tutorials/commands/ [cmd]: http://github.com/charmbracelet/bubbletea/tree/master/tutorials/commands/
[examples]: http://github.com/charmbracelet/bubbletea/tree/master/examples [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 ### Bubble Tea in the Wild

View File

@ -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 * [The Charm Tool](https://github.com/charmbracelet/charm): the Charm user account manager
[examples]: http://github.com/charmbracelet/bubbletea/tree/master/examples [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 [bubbles]: https://github.com/charmbracelet/bubbles
### Libraries we use with Bubble Tea ### Libraries we use with Bubble Tea