File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ credits = [
543
543
' https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
544
544
], [
545
545
' nginx' ,
546
- ' 2002-2020 Igor Sysoev<br>© 2011-2020 Nginx, Inc.' ,
546
+ ' 2002-2021 Igor Sysoev<br>© 2011-2021 Nginx, Inc.' ,
547
547
' BSD' ,
548
548
' http://nginx.org/LICENSE'
549
549
], [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
2
2
class Nginx < UrlScraper
3
3
self . name = 'nginx'
4
4
self . type = 'nginx'
5
- self . release = '1.19.3 '
5
+ self . release = '1.20.0 '
6
6
self . base_url = 'https://nginx.org/en/docs/'
7
7
self . links = {
8
8
home : 'https://nginx.org/' ,
@@ -22,8 +22,8 @@ class Nginx < UrlScraper
22
22
23
23
# http://nginx.org/LICENSE
24
24
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 >
27
27
Licensed under the BSD License.
28
28
HTML
29
29
You can’t perform that action at this time.
0 commit comments