From b422c5cc869fe5ea6e0d99ed41d4fbc1c218567f Mon Sep 17 00:00:00 2001 From: Robert Ely Date: Sat, 4 Aug 2018 19:40:04 -0600 Subject: [PATCH] Correct gocui link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 395fc2ea9..5e6b268f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # lazygit -A simple terminal UI for git commands, written in Go with the [gocui](https://www.google.com "gocui") library. +A simple terminal UI for git commands, written in Go with the [gocui](https://github.com/jroimartin/gocui "gocui") library. are YOU tired of typing every git command directly into the terminal, but you're too stubborn to use Sourcetree because you'll never forgive Atlassian for making Jira? This is the app for you!