Skip to content

Commit

Permalink
fix commit link
Browse files Browse the repository at this point in the history
  • Loading branch information
stanistan committed Jun 29, 2024
1 parent 140a4e8 commit 093f3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/veun/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (s *app) layout(view veun.AsView, d func() veun.AsView) veun.AsView {
CSSFiles: []string{cssFile},
JSFiles: []string{"/static/prism.js"},
Version: layout.Version{
URL: "https://github.com/stanistan/present-me/" + version,
URL: "https://github.com/stanistan/present-me/commit/" + version,
SHA: version[0:7],
},
}, view)
Expand Down

0 comments on commit 093f3d9

Please sign in to comment.