fix the redirect message

This commit is contained in:
Jaana Burcu Dogan 2017-06-25 16:55:56 -07:00
parent 6deaf42fa0
commit cbf31be4f8

View File

@ -87,7 +87,7 @@ var vanityTmpl, _ = template.New("vanity").Parse(`<!DOCTYPE html>
<meta http-equiv="refresh" content="0; url=https://godoc.org/{{.Import}}"> <meta http-equiv="refresh" content="0; url=https://godoc.org/{{.Import}}">
</head> </head>
<body> <body>
Nothing to see here; <a href="https://godoc.org/{{.Import}}">move along</a>. Nothing to see here; <a href="https://godoc.org/{{.Import}}">see the package on godoc</a>.
</body> </body>
</html>`) </html>`)