summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-11-08 17:49:21 +1100
committerGitHub <noreply@github.com>2018-11-08 17:49:21 +1100
commit32d1289af77f7083481da156b6d65eb5e9610bdc (patch)
tree1b0244e815de9c9346ca93216ee1f75995a8472e /pkg
parentd33f89fd60524af5faf7c8ef8b0011006222c242 (diff)
parentdcb6216713418d5c47aee0b6b69e9124247ff0e6 (diff)
Merge branch 'master' into feature/fix-keybind-crash
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/status_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/status_panel.go b/pkg/gui/status_panel.go
index 89b3e997e..aeae19c50 100644
--- a/pkg/gui/status_panel.go
+++ b/pkg/gui/status_panel.go
@@ -58,7 +58,7 @@ func (gui *Gui) handleStatusSelect(g *gocui.Gui, v *gocui.View) error {
"Copyright (c) 2018 Jesse Duffield",
"Keybindings: https://github.com/jesseduffield/lazygit/blob/master/docs/Keybindings.md",
"Config Options: https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md",
- "Tutorial: https://www.youtube.com/watch?v=VDXvbHZYeKY",
+ "Tutorial: https://youtu.be/VDXvbHZYeKY",
"Raise an Issue: https://github.com/jesseduffield/lazygit/issues",
"Buy Jesse a coffee: https://donorbox.org/lazygit",
}, "\n\n")