From 7a8df86e55f45e8223853c5cfe1bbd6de4dd9d31 Mon Sep 17 00:00:00 2001 From: kgosselinCoe <57791388+kgosselinCoe@users.noreply.github.com> Date: Tue, 7 Jul 2020 12:22:27 +0200 Subject: [PATCH] Update Puppeteer.ts change on broken link to DeviceDescriptors --- src/common/Puppeteer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Puppeteer.ts b/src/common/Puppeteer.ts index e4dc0e5322a69..eebd2f7030799 100644 --- a/src/common/Puppeteer.ts +++ b/src/common/Puppeteer.ts @@ -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;