From 0165f06deef9e45862fd127a205ade5ad30ddaa3 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 10 Mar 2023 10:37:36 +0100 Subject: [PATCH] fix: update troubleshooting guide links in errors (#9821) --- docs/faq.md | 2 +- packages/puppeteer-core/src/node/BrowserRunner.ts | 2 +- website/versioned_docs/version-19.7.3/faq.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 1c8caf144b8..41eec4d3021 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 55d84127354..5e6768cb5f5 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 1c8caf144b8..41eec4d3021 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?