summaryrefslogtreecommitdiffstats
path: root/pkg/constants/links.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/constants/links.go')
-rw-r--r--pkg/constants/links.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/constants/links.go b/pkg/constants/links.go
index 1fef42b5d..c1335052b 100644
--- a/pkg/constants/links.go
+++ b/pkg/constants/links.go
@@ -8,6 +8,7 @@ type Docs struct {
Undoing string
Config string
Tutorial string
+ CustomPatchDemo string
}
var Links = struct {
@@ -31,5 +32,6 @@ var Links = struct {
Undoing: "https://github.com/jesseduffield/lazygit/blob/master/docs/Undoing.md",
Config: "https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md",
Tutorial: "https://youtu.be/VDXvbHZYeKY",
+ CustomPatchDemo: "https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches",
},
}