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 @@ -543,7 +543,7 @@ credits = [
543543 ' https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
544544 ], [
545545 ' nginx' ,
546- ' 2002-2020 Igor Sysoev<br>© 2011-2020 Nginx, Inc.' ,
546+ ' 2002-2021 Igor Sysoev<br>© 2011-2021 Nginx, Inc.' ,
547547 ' BSD' ,
548548 ' http://nginx.org/LICENSE'
549549 ], [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
22 class Nginx < UrlScraper
33 self . name = 'nginx'
44 self . type = 'nginx'
5- self . release = '1.19.3 '
5+ self . release = '1.20.0 '
66 self . base_url = 'https://nginx.org/en/docs/'
77 self . links = {
88 home : 'https://nginx.org/' ,
@@ -22,8 +22,8 @@ class Nginx < UrlScraper
2222
2323 # http://nginx.org/LICENSE
2424 options [ :attribution ] = <<-HTML
25- © 2002-2020 Igor Sysoev< br >
26- © 2011-2020 Nginx, Inc.< br >
25+ © 2002-2021 Igor Sysoev< br >
26+ © 2011-2021 Nginx, Inc.< br >
2727 Licensed under the BSD License.
2828 HTML
2929
You can’t perform that action at this time.
0 commit comments