From 093f3d91037d4987f4105a774bdd6495247a39a5 Mon Sep 17 00:00:00 2001 From: Stan Rozenraukh Date: Sat, 29 Jun 2024 11:26:37 -0400 Subject: [PATCH] fix commit link --- cmd/veun/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/veun/app.go b/cmd/veun/app.go index 2ba8063..8db5a7c 100644 --- a/cmd/veun/app.go +++ b/cmd/veun/app.go @@ -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)