diff options
Diffstat (limited to '')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 53a41a2..85c438d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -45,7 +45,7 @@ </div> <div class="two columns"> <a href="{{ .DocURL }}"> - <img src="//pkg.go.dev/badge/{{ .ModulePath }}.svg" alt="Go Reference" /> + <img src="{{ .DocBadge }}" alt="Go Reference" /> </a> </div> </div> |