diff options
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 4e7a822..802aabc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -543,7 +543,7 @@ curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub <h2 id="{{ $e.Name }}">{{ $e.Name }}</h2> {{ range $name, $value := ($e.Properties) }} {{ if eq $name "commit" }} - <li><strong>commit</strong>: <a href="{{ $e.FomartLink "https://git.sr.ht/~gabrielgio/apkbuilds/tree/%s/item/apks/%s" }}">0b58e2bbe81290d43b0fa75d7d515d4155f4f139-dirty</a></li> + <li><strong>commit</strong>: <a href="{{Format $e "https://git.gabrielgio.me/apkbuilds/tree/apks/%{name}s?id=%{commit}s"}}">{{ $value }}</a></li> {{ else if eq $name "url" }} <li><strong>url</strong>: <a href="{{ $value }}">{{ $value }}</a></li> {{ else }} |