summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/links/find.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/links/find.go b/internal/links/find.go
index b825b1e..e3e068a 100644
--- a/internal/links/find.go
+++ b/internal/links/find.go
@@ -84,7 +84,7 @@ func filterByBaseURL(refURL *url.URL, hrefs []string) []string {
continue
}
- neighbors = append(neighbors, href)
+ neighbors = append(neighbors, u.String())
}
log.Printf("neighbors: %v", neighbors)