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 @@ -473,7 +473,7 @@ credits = [
473
473
' https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
474
474
], [
475
475
' nginx' ,
476
- ' 2002-2018 Igor Sysoev<br>© 2011-2018 Nginx, Inc.' ,
476
+ ' 2002-2019 Igor Sysoev<br>© 2011-2019 Nginx, Inc.' ,
477
477
' BSD' ,
478
478
' http://nginx.org/LICENSE'
479
479
], [
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.15.5 '
5
+ self . release = '1.17.2 '
6
6
self . base_url = 'https://nginx.org/en/docs/'
7
7
self . links = {
8
8
home : 'https://nginx.org/' ,
@@ -21,8 +21,8 @@ class Nginx < UrlScraper
21
21
options [ :skip_patterns ] = [ /\/ faq\/ / ]
22
22
23
23
options [ :attribution ] = <<-HTML
24
- © 2002-2018 Igor Sysoev< br >
25
- © 2011-2018 Nginx, Inc.< br >
24
+ © 2002-2019 Igor Sysoev< br >
25
+ © 2011-2019 Nginx, Inc.< br >
26
26
Licensed under the BSD License.
27
27
HTML
28
28
You can’t perform that action at this time.
0 commit comments