aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/go/list.html2
-rw-r--r--layouts/go/single.html2
2 files changed, 2 insertions, 2 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>
diff --git a/layouts/go/single.html b/layouts/go/single.html
index 8f8fc8c..ddf8193 100644
--- a/layouts/go/single.html
+++ b/layouts/go/single.html
@@ -17,7 +17,7 @@
<header>
<div class="row between-xs">
<span class="p-name"> {{ .Title }} </span>
- <a href="https://godoc.neonxp.ru/neonxp.ru/go/{{ .Params.Name }}"><img src="/img/gomod.svg" /></a>
+ <a href="https://pkg.go.dev/neonxp.ru/go/{{ .Params.Name }}"><img src="/img/gomod.svg" /></a>
</div>
</header>
{{ if .Params.Image }}