aboutsummaryrefslogtreecommitdiff
path: root/layouts/go/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/go/list.html')
-rw-r--r--layouts/go/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/go/list.html b/layouts/go/list.html
index e5fe842..f8683de 100644
--- a/layouts/go/list.html
+++ b/layouts/go/list.html
@@ -24,7 +24,7 @@
<header>
<div class="row between-xs">
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
- <a href="https://godoc.neonxp.ru/neonxp.ru/go/{{ .Params.Name }}">
+ <a href="https://pkg.go.dev/neonxp.ru/go/{{ .Params.Name }}">
<img src="/img/gomod.svg" />
</a>
</div>