diff --git a/Scraper-Reference.md b/Scraper-Reference.md index 7c1e511d..d08f7e52 100644 --- a/Scraper-Reference.md +++ b/Scraper-Reference.md @@ -61,7 +61,7 @@ Configuration is done via class attributes and divided into three main categorie The documents' location. Only URLs _inside_ the `base_url` will be scraped. "inside" more or less means "starting with" except that `/docs` is outside `/doc` (but `/doc/` is inside). Unless `root_path` is set, the root/initial URL is equal to `base_url`. -* `root_path` [String] +* `root_path` [String] **(inherited)** The path from the `base_url` of the root URL. * `dir` [String] **(required, `FileScraper` only)**