chore: fix broken link in docs to DeviceDescriptors (#6170)

This commit is contained in:
kgosselinCoe 2020-07-07 17:39:23 +02:00 committed by GitHub
parent 2256b8d7d7
commit 022495ba97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;