diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 02:04:00 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 02:04:00 +0300 |
commit | b492c9c3244155fd33f95dc064a171f8ef540d4d (patch) | |
tree | c41202988476e761dfb17df9381090a09773d59f /layouts/go/list.html | |
parent | b0d2812e4742ddab2c618f407549e3cf8ede5a80 (diff) |
Auto-commit 2024-12-11
Diffstat (limited to 'layouts/go/list.html')
-rw-r--r-- | layouts/go/list.html | 2 |
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> |