Skip to content

Commit

Permalink
Merge pull request gocolly#201 from jbampton/patch1
Browse files Browse the repository at this point in the history
Fix link in comment
  • Loading branch information
asciimoo authored Aug 1, 2018
2 parents b8bb123 + 340fb16 commit 2523a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/url_filter/url_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ func main() {
fmt.Println("Visiting", r.URL.String())
})

// Start scraping on https://hackerspaces.org
// Start scraping on http://httpbin.org
c.Visit("http://httpbin.org/")
}

0 comments on commit 2523a55

Please sign in to comment.