Skip to content

Commit

Permalink
docs: fix links to AutoscaledPool
Browse files Browse the repository at this point in the history
The link to `PuppeteerPool` won't work as the page is no longer part of 1.0 sdk docs,
found a note about it being deprecated and replaced with `BrowserPool`, but i'd rather
let you handle that change as I don't fully understand all the differences.

Related: #115
  • Loading branch information
B4nan committed Mar 15, 2021
1 parent 5a2aeb3 commit 1fabe07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cheerio-scraper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ visit the [Mozilla documentation](https://developer.mozilla.org/en-US/docs/Web/J

- ##### **`autoscaledPool: Object`**

A reference to the [`AutoscaledPool`](https://sdk.apify.com/docs/api/autoscaledpool) object from the Apify SDK,
A reference to the [`AutoscaledPool`](https://sdk.apify.com/docs/api/autoscaled-pool) object from the Apify SDK,
which is used by Cheerio Scraper to manage the parallel crawling of the web pages.
The pool only starts new tasks if there is enough free CPU and memory available and the JavaScript event
loop is not blocked.
Expand Down
2 changes: 1 addition & 1 deletion puppeteer-scraper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ for more information.

#### AutoscaledPool
A reference to the running instance of the `AutoscaledPool` class. See
<a href="https://sdk.apify.com/docs/api/autoscaledpool" target="_blank">Apify SDK docs</a>
<a href="https://sdk.apify.com/docs/api/autoscaled-pool" target="_blank">Apify SDK docs</a>
for more information.

#### Global Store
Expand Down

0 comments on commit 1fabe07

Please sign in to comment.