diff --git a/docs/faq.md b/docs/faq.md index 1c8caf14..41eec4d3 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -204,7 +204,7 @@ There are two reasons for this: #### Q: I am having trouble installing / running Puppeteer in my test environment. Where should I look for help? We have a -[troubleshooting](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md) +[troubleshooting](https://pptr.dev/troubleshooting) guide for various operating systems that lists the required dependencies. #### Q: Chromium gets downloaded on every `npm ci` run. How can I cache the download? diff --git a/packages/puppeteer-core/src/node/BrowserRunner.ts b/packages/puppeteer-core/src/node/BrowserRunner.ts index 55d84127..5e6768cb 100644 --- a/packages/puppeteer-core/src/node/BrowserRunner.ts +++ b/packages/puppeteer-core/src/node/BrowserRunner.ts @@ -338,7 +338,7 @@ function waitForWSEndpoint( (error ? ' ' + error.message : ''), stderr, '', - 'TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md', + 'TROUBLESHOOTING: https://pptr.dev/troubleshooting', '', ].join('\n') ) diff --git a/website/versioned_docs/version-19.7.3/faq.md b/website/versioned_docs/version-19.7.3/faq.md index 1c8caf14..41eec4d3 100644 --- a/website/versioned_docs/version-19.7.3/faq.md +++ b/website/versioned_docs/version-19.7.3/faq.md @@ -204,7 +204,7 @@ There are two reasons for this: #### Q: I am having trouble installing / running Puppeteer in my test environment. Where should I look for help? We have a -[troubleshooting](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md) +[troubleshooting](https://pptr.dev/troubleshooting) guide for various operating systems that lists the required dependencies. #### Q: Chromium gets downloaded on every `npm ci` run. How can I cache the download?