Skip to content

Commit f984f76

Browse files
committed
Update Puppeteer documentation (7.1.0)
1 parent a26a7eb commit f984f76

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,9 @@ credits = [
648648
'https://www.postgresql.org/about/licence/'
649649
], [
650650
'Puppeteer',
651-
'2020 Google Inc',
651+
'2021 Google Inc',
652652
'Apache',
653-
'https://raw.githubusercontent.com/GoogleChrome/puppeteer/master/LICENSE'
653+
'https://raw.githubusercontent.com/puppeteer/puppeteer/master/LICENSE'
654654
], [
655655
'Pygame',
656656
'Pygame Developers',

lib/docs/scrapers/puppeteer.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
module Docs
22
class Puppeteer < Github
3-
self.release = '5.5.0'
3+
self.release = '7.1.0'
44
self.base_url = "https://github.com/puppeteer/puppeteer/blob/v#{self.release}/docs/api.md"
55
self.links = {
6-
code: 'https://github.com/GoogleChrome/puppeteer'
6+
code: 'https://github.com/puppeteer/puppeteer/'
77
}
88

99
html_filters.push 'puppeteer/entries', 'puppeteer/clean_html'
1010

1111
options[:container] = '.markdown-body'
1212

1313
options[:attribution] = <<-HTML
14-
&copy; 2020 Google Inc<br>
14+
&copy; 2021 Google Inc<br>
1515
Licensed under the Apache License 2.0.
1616
HTML
1717

0 commit comments

Comments
 (0)