apkbuilds @ de2075bc4d4e40a6f3f7c3c2f20806a809dccde7

fix: Format link propertly
diff --git a/docs/index.html b/docs/index.html
index 4e7a822caf0c8c467b156371a322b48168ab3dab..802aabc8401914e1ab08ca2d9414e27722801fef 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -543,7 +543,7 @@ {{ range $e := . }}
 <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 }}