aboutsummaryrefslogtreecommitdiff
path: root/templates/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/package.html')
-rw-r--r--templates/package.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/package.html b/templates/package.html
index a85ff77..bd56c38 100644
--- a/templates/package.html
+++ b/templates/package.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<head>
- <meta name="go-import" content="{{ .CanonicalURL }} git https://{{ .Repo }}">
- <meta http-equiv="refresh" content="0; url={{ .GodocURL }}">
+ <meta name="go-import" content="{{ .ModulePath }} git https://{{ .GitURL }}">
+ <meta http-equiv="refresh" content="0; url={{ .DocURL }}">
</head>
<body>
- Nothing to see here. Please <a href="{{ .GodocURL }}">move along</a>.
+ Nothing to see here. Please <a href="{{ .DocURL }}">move along</a>.
</body>
</html>