File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 11module 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- © 2020 Google Inc< br >
14+ © 2021 Google Inc< br >
1515 Licensed under the Apache License 2.0.
1616 HTML
1717
You can’t perform that action at this time.
0 commit comments