From ad6c57aeb90921ca98b037a434fc35fae945b73f Mon Sep 17 00:00:00 2001 From: atlanteh Date: Mon, 20 Apr 2020 10:20:52 +0300 Subject: [PATCH] docs: fix DeviceDescriptor link (#5683) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index db9df758df525..71b13d6f0b17f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -485,7 +485,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 [src/DeviceDescriptors.js](https://github.com/puppeteer/puppeteer/blob/master/src/DeviceDescriptors.js). +devices can be found in [src/DeviceDescriptors.js](https://github.com/puppeteer/puppeteer/blob/master/src/DeviceDescriptors.ts). ```js const puppeteer = require('puppeteer');