summaryrefslogtreecommitdiffstats
path: root/pkg/constants
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-20 18:34:47 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-20 18:34:47 +1000
commita99e6ba071d23fc78fba7d69f8089ada4248e241 (patch)
tree3cd7f76c690bff0f0dd7e79a15648cf300389523 /pkg/constants
parent604ee02cd99aa845453f9d7878ebf569edee83ca (diff)
update release notesv0.28
Diffstat (limited to 'pkg/constants')
-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 fddfe06e2..1fef42b5d 100644
--- a/pkg/constants/links.go
+++ b/pkg/constants/links.go
@@ -16,11 +16,13 @@ var Links = struct {
Donate string
Discussions string
RepoUrl string
+ Releases string
}{
RepoUrl: "https://github.com/jesseduffield/lazygit",
Issues: "https://github.com/jesseduffield/lazygit/issues",
Donate: "https://github.com/sponsors/jesseduffield",
Discussions: "https://github.com/jesseduffield/lazygit/discussions",
+ Releases: "https://github.com/jesseduffield/lazygit/releases",
Docs: Docs{
CustomPagers: "https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md",
CustomKeybindings: "https://github.com/jesseduffield/lazygit/blob/master/docs/keybindings/Custom_Keybindings.md",