Skip to content

Commit

Permalink
docs: replace invalid device descriptors link (#5589)
Browse files Browse the repository at this point in the history
Fixes #5588.
  • Loading branch information
Gbahdeyboh committed Apr 6, 2020
1 parent 99ecdba commit b3b0dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -483,7 +483,7 @@ The default flags that Chromium will be launched with.
- returns: <[Object]>

Returns a list of devices to be used with [`page.emulate(options)`](#pageemulateoptions). Actual list of
devices can be found in [lib/DeviceDescriptors.js](https://github.com/puppeteer/puppeteer/blob/master/lib/DeviceDescriptors.js).
devices can be found in [lib/DeviceDescriptors.js](https://github.com/puppeteer/puppeteer/blob/master/src/DeviceDescriptors.js).

```js
const puppeteer = require('puppeteer');
Expand Down

0 comments on commit b3b0dc5

Please sign in to comment.