From 8d08b2f4817baf428d2f13223abbe29c6b4d820d Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 3 May 2023 21:24:03 +0200 Subject: [PATCH] chore: update CfT Dashboard URLs (#10122) --- docs/contributing.md | 2 +- website/versioned_docs/version-20.1.0/contributing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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