diff options
Diffstat (limited to 'templates')
-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 2599bf0..317d403 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,7 +27,7 @@ </td> <td> <a href="//{{ $.Godoc.Host }}/{{ $importPath }}"> - <img src="//img.shields.io/badge/godoc-reference-blue?style=for-the-badge" alt="GoDoc" /> + <img src="//pkg.go.dev/badge/{{ $importPath }}.svg" alt="Go Reference" /> </a> </td> </tr> |