diff options
Diffstat (limited to 'templates/package.html')
-rw-r--r-- | templates/package.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/package.html b/templates/package.html index 38deaf3..293b392 100644 --- a/templates/package.html +++ b/templates/package.html @@ -2,7 +2,7 @@ <html> <head> <meta name="go-import" content="{{ .CanonicalURL }} git https://{{ .Repo }}"> - <meta name="go-source" content="{{ .CanonicalURL }} https://{{ .Repo }} https://{{ .Repo }}/tree/master{/dir} https://{{ .Repo }}/tree/master{/dir}/{file}#L{line}"> + <meta name="go-source" content="{{ .CanonicalURL }} https://{{ .Repo }} https://{{ .Repo }}/tree/{{ .Branch }}{/dir} https://{{ .Repo }}/tree/{{ .Branch }}{/dir}/{file}#L{line}"> <meta http-equiv="refresh" content="0; url={{ .GodocURL }}"> </head> <body> |