From fa20e7fed19e09028c90e872ad2b0596d8857bb4 Mon Sep 17 00:00:00 2001 From: demo Date: Mon, 11 May 2026 13:14:14 -0400 Subject: fix: append parsed version of href as opposed to original one --- internal/links/find.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/links/find.go') 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) -- cgit v1.2.3