From 154df9f53849153dea07e2ff31894f2d1e237b73 Mon Sep 17 00:00:00 2001 From: Johnny Steenbergen <17263167+jsteenb2@users.noreply.github.com> Date: Tue, 13 Oct 2020 20:55:11 -0700 Subject: [PATCH] fix: small typo in url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit love this library. Looking forward to working with it more 👍 --- tutorials/basics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/basics/README.md b/tutorials/basics/README.md index a002b5d..4e650b7 100644 --- a/tutorials/basics/README.md +++ b/tutorials/basics/README.md @@ -7,7 +7,7 @@ used to the general structure you'll find that most of the idomatic Go things you know and love are still relevant and useful here. By the way, the non-annotated source code for this program is available -[on GitHub](https://github.com/charmbracelet/bubbletea/master/tutorials/basics). +[on GitHub](https://github.com/charmbracelet/bubbletea/tree/master/tutorials/basics). This tutorial assumes you have a working knowledge of Go.