Skip to content

Commit

Permalink
docs(api): fix overview diagram for pptr.dev (#6128)
Browse files Browse the repository at this point in the history
We need to serve the image from user-images.githubusercontent.com for it to work properly on pptr.dev. This broke when merging #5947.

Fixes #6127.
  • Loading branch information
mathiasbynens committed Jun 30, 2020
1 parent 9d79cc8 commit 8026ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -356,7 +356,7 @@ The Puppeteer API is hierarchical and mirrors the browser structure.

> **NOTE** On the following diagram, faded entities are not currently represented in Puppeteer.
![puppeteer overview](../docs/assets/overview.png)
![puppeteer overview](https://user-images.githubusercontent.com/81942/86137523-ab2ba080-baed-11ea-9d4b-30eda784585a.png)

- [`Puppeteer`](#class-puppeteer) communicates with the browser using [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
- [`Browser`](#class-browser) instance can own multiple browser contexts.
Expand Down

0 comments on commit 8026ca9

Please sign in to comment.