summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/pkg-index.html.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pkg-index.html.template b/templates/pkg-index.html.template
index 7628b86..d8cd12e 100644
--- a/templates/pkg-index.html.template
+++ b/templates/pkg-index.html.template
@@ -6,7 +6,7 @@
<p>Package index</p>
<ul>
{{range .Packages}}
- <li><p><a href="https://pkg.go.dev/roseh.moe/pkg/{{.Name}}">{{.Name}}</a> - {{.Description}}</p></li>
+ <li><p><a href="https://pkg.go.dev/roseh.moe/pkg/{{.Name}}">roseh.moe/pkg/{{.Name}}</a> - {{.Description}}</p></li>
{{end}}
</ul>
</section>