From a6f46172ec4436991b90c2270253b2d212de7ef3 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 26 Jan 2022 02:08:16 +0100 Subject: [PATCH] Fix source link in Commands tutorial --- tutorials/commands/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/commands/README.md b/tutorials/commands/README.md index 1402ec7..73d9f10 100644 --- a/tutorials/commands/README.md +++ b/tutorials/commands/README.md @@ -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!