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 7ffc1a6..7353742 100644 --- a/templates/index.html +++ b/templates/index.html @@ -36,7 +36,7 @@ <a href="//{{ .GitURL }}">{{ .GitURL }}</a> </div> <div class="two columns"> - <a href="//{{ .DocURL }}"> + <a href="{{ .DocURL }}"> <img src="//pkg.go.dev/badge/{{ .ModulePath }}.svg" alt="Go Reference" /> </a> </div> |