Skip to content

Commit

Permalink
chore: update CfT Dashboard URLs (#10122)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed May 3, 2023
1 parent ead413b commit 8d08b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-20.1.0/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d08b2f

Please sign in to comment.