docs: correct link for v5.0.0 (#6778)
This commit is contained in:
parent
26fa363443
commit
15bc900be0
@ -7,7 +7,7 @@
|
||||
- Troubleshooting: [troubleshooting.md](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md)
|
||||
<!-- GEN:versions-per-release -->
|
||||
- Releases per Chromium version:
|
||||
* Chromium 88.0.4298.0 - [Puppeteer 5.5.0](https://github.com/puppeteer/puppeteer/blob/5.5.0/docs/api.md)
|
||||
* Chromium 88.0.4298.0 - [Puppeteer v5.5.0](https://github.com/puppeteer/puppeteer/blob/v5.5.0/docs/api.md)
|
||||
* Chromium 87.0.4272.0 - [Puppeteer v5.4.0](https://github.com/puppeteer/puppeteer/blob/v5.4.0/docs/api.md)
|
||||
* Chromium 86.0.4240.0 - [Puppeteer v5.3.0](https://github.com/puppeteer/puppeteer/blob/v5.3.0/docs/api.md)
|
||||
* Chromium 85.0.4182.0 - [Puppeteer v5.2.1](https://github.com/puppeteer/puppeteer/blob/v5.2.1/docs/api.md)
|
||||
|
@ -17,7 +17,7 @@
|
||||
const versionsPerRelease = new Map([
|
||||
// This is a mapping from Chromium version => Puppeteer version.
|
||||
// In Chromium roll patches, use 'NEXT' for the Puppeteer version.
|
||||
['88.0.4298.0', '5.5.0'],
|
||||
['88.0.4298.0', 'v5.5.0'],
|
||||
['87.0.4272.0', 'v5.4.0'],
|
||||
['86.0.4240.0', 'v5.3.0'],
|
||||
['85.0.4182.0', 'v5.2.1'],
|
||||
|
Loading…
Reference in New Issue
Block a user