summaryrefslogtreecommitdiff
path: root/fetch/gopher.go
diff options
context:
space:
mode:
Diffstat (limited to 'fetch/gopher.go')
-rw-r--r--fetch/gopher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch/gopher.go b/fetch/gopher.go
index 5db1208..79b5a5b 100644
--- a/fetch/gopher.go
+++ b/fetch/gopher.go
@@ -55,7 +55,7 @@ func gopherPage(data *core.FullData, remote *url.URL, title string) error {
var page core.Page
page.Title = title
- page.Link = remote
+ page.Link = remote.String()
h := sha256.New()
if _, err := io.Copy(h, reader); err != nil {
return err