From 040f37ec5df31310974fad3af6b250a3d7d24d93 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 20 Jul 2020 07:25:09 +0200 Subject: [PATCH] docs: fix link text Closes #6245. --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index ec69ef1a4e8a2..0b5dbc32814ef 100644 --- a/docs/api.md +++ b/docs/api.md @@ -501,7 +501,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/common/DeviceDescriptors.js](https://github.com/puppeteer/puppeteer/blob/main/src/common/DeviceDescriptors.ts). +devices can be found in [`src/common/DeviceDescriptors.ts`](https://github.com/puppeteer/puppeteer/blob/main/src/common/DeviceDescriptors.ts). ```js const puppeteer = require('puppeteer');