From 679548c5b52adecb6464d62576ebc9cd07628aa7 Mon Sep 17 00:00:00 2001 From: Kenrick Date: Thu, 2 Jan 2020 15:15:01 +0800 Subject: [PATCH] Update launching-browsers.md Per this PR (https://github.com/cypress-io/cypress/pull/5953), the file `packages/server/lib/browsers/chrome.js` has been renamed to `packages/server/lib/browsers/chrome.ts`. This commit updates that link (also updates the line number to the desired information). --- source/guides/guides/launching-browsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/guides/launching-browsers.md b/source/guides/guides/launching-browsers.md index 249dbbf979..b991b54698 100644 --- a/source/guides/guides/launching-browsers.md +++ b/source/guides/guides/launching-browsers.md @@ -206,7 +206,7 @@ Cypress automatically disables certain functionality in the Cypress launched bro - Disables prompts requesting permission to use devices like cameras or mics - Disables user gesture requirements for autoplaying videos. -You can see all of the default chrome command line switches we send {% url "here" https://github.com/cypress-io/cypress/blob/develop/packages/server/lib/browsers/chrome.js#L24 %}. +You can see all of the default chrome command line switches we send {% url "here" https://github.com/cypress-io/cypress/blob/develop/packages/server/lib/browsers/chrome.ts#L36 %}. # Browser Icon