diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 802996c..d322ef6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -23,8 +23,8 @@ <a href="//{{ $value.Repo }}">{{ $value.Repo }}</a> </td> <td> - <a href="//godoc.org/{{ $importPath }}"> - <img src="//godoc.org/{{ $importPath }}?status.svg" alt="GoDoc" /> + <a href="//{{ $.Godoc.Host }}/{{ $importPath }}"> + <img src="//{{ $.Godoc.Host }}/{{ $importPath }}?status.svg" alt="GoDoc" /> </a> </td> </tr> |