diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index fa061f1..7ffc1a6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,15 +29,15 @@ <div class="row"> <div class="five columns"> <span class="inline-header">Package:</span> - {{ .ImportPath }} + {{ .ModulePath }} </div> <div class="five columns"> <span class="inline-header">Source:</span> <a href="//{{ .GitURL }}">{{ .GitURL }}</a> </div> <div class="two columns"> - <a href="//{{ .GodocHome }}"> - <img src="//pkg.go.dev/badge/{{ .ImportPath }}.svg" alt="Go Reference" /> + <a href="//{{ .DocURL }}"> + <img src="//pkg.go.dev/badge/{{ .ModulePath }}.svg" alt="Go Reference" /> </a> </div> </div> |