Fix source link in Commands tutorial

This commit is contained in:
Christian Muehlhaeuser 2022-01-26 02:08:16 +01:00
parent 4f08c1b965
commit a6f46172ec
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ understanding of [the first tutorial][basics].
You can find the non-annotated version of this program [on GitHub][source].
[basics]: https://github.com/charmbracelet/bubbletea/tree/master/tutorials/basics
[source]: https://github.com/charmbracelet/bubbletea/tree/master/tutorials/commands
[source]: https://github.com/charmbracelet/bubbletea/blob/master/tutorials/commands/main.go
## Let's Go!