fix: update troubleshooting guide links in errors (#9821)

This commit is contained in:
Alex Rudenko 2023-03-10 10:37:36 +01:00 committed by GitHub
parent 5bb41e1c11
commit 0165f06dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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?

View File

@ -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')
)

View File

@ -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?