Skip to content

Commit

Permalink
chore: fix broken link in docs to DeviceDescriptors (#6170)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgosselinCoe committed Jul 7, 2020
1 parent 2256b8d commit 022495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Puppeteer.ts
Expand Up @@ -218,7 +218,7 @@ export class Puppeteer {
* })();
* ```
*
* @returns a list of devices to be used with `page.emulate(options)`. Actual list of devices can be found in {@link https://github.com/puppeteer/puppeteer/blob/main/src/DeviceDescriptors.ts | src/DeviceDescriptors.ts}.
* @returns a list of devices to be used with `page.emulate(options)`. Actual list of devices can be found in {@link https://github.com/puppeteer/puppeteer/blob/main/src/common/DeviceDescriptors.ts | src/common/DeviceDescriptors.ts}.
*/
get devices(): DevicesMap {
return devicesMap;
Expand Down

0 comments on commit 022495b

Please sign in to comment.