summaryrefslogtreecommitdiff
path: root/fetch/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'fetch/http.go')
-rw-r--r--fetch/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch/http.go b/fetch/http.go
index 393630d..09d5216 100644
--- a/fetch/http.go
+++ b/fetch/http.go
@@ -89,7 +89,7 @@ func httpPage(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