diff --git a/docs/contributing.md b/docs/contributing.md index 777a5347a97..d713025dba1 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -267,7 +267,7 @@ npm run build --workspace @puppeteer-test/test The following steps are needed to update the Chrome version. -1. Find a suitable Chrome revision via https://mathiasbynens.github.io/chrome-for-testing/ or https://chromiumdash.appspot.com/. +1. Find a suitable Chrome revision via https://googlechromelabs.github.io/chrome-for-testing/ or https://chromiumdash.appspot.com/. 2. Update `packages/puppeteer-core/src/revisions.ts` with the found version number. 3. Update `versions.js` with the new Chrome-to-Puppeteer version mapping and diff --git a/website/versioned_docs/version-20.1.0/contributing.md b/website/versioned_docs/version-20.1.0/contributing.md index 777a5347a97..d713025dba1 100644 --- a/website/versioned_docs/version-20.1.0/contributing.md +++ b/website/versioned_docs/version-20.1.0/contributing.md @@ -267,7 +267,7 @@ npm run build --workspace @puppeteer-test/test The following steps are needed to update the Chrome version. -1. Find a suitable Chrome revision via https://mathiasbynens.github.io/chrome-for-testing/ or https://chromiumdash.appspot.com/. +1. Find a suitable Chrome revision via https://googlechromelabs.github.io/chrome-for-testing/ or https://chromiumdash.appspot.com/. 2. Update `packages/puppeteer-core/src/revisions.ts` with the found version number. 3. Update `versions.js` with the new Chrome-to-Puppeteer version mapping and