From 022495ba974e626b31242d3107a373a8a29a3114 Mon Sep 17 00:00:00 2001 From: kgosselinCoe <57791388+kgosselinCoe@users.noreply.github.com> Date: Tue, 7 Jul 2020 17:39:23 +0200 Subject: [PATCH] chore: fix broken link in docs to DeviceDescriptors (#6170) --- 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;