Skip to content

Commit

Permalink
Update Crawler documentation (#1588)
Browse files Browse the repository at this point in the history
Typo in crawling the documentation website.
  • Loading branch information
ju-gu committed Oct 14, 2021
1 parent 99c8046 commit bd823c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v0.10.0/_src/api/api/crawler.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Crawl texts from a website so that we can use them later in Haystack as a corpus
| crawler = Crawler(output_dir="crawled_files")
| # crawl Haystack docs, i.e. all pages that include haystack.deepset.ai/overview/
| docs = crawler.crawl(urls=["https://haystack.deepset.ai/overview/get-started"],
| filter_urls= ["haystack\.deepset\.ai\/docs\/"])
| filter_urls= ["haystack\.deepset\.ai\/overview\/"])
```

<a name="crawler.Crawler.__init__"></a>
Expand Down

0 comments on commit bd823c9

Please sign in to comment.