File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ credits = [
473473 ' https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
474474 ], [
475475 ' nginx' ,
476- ' 2002-2018 Igor Sysoev<br>© 2011-2018 Nginx, Inc.' ,
476+ ' 2002-2019 Igor Sysoev<br>© 2011-2019 Nginx, Inc.' ,
477477 ' BSD' ,
478478 ' http://nginx.org/LICENSE'
479479 ], [
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ module Docs
22 class Nginx < UrlScraper
33 self . name = 'nginx'
44 self . type = 'nginx'
5- self . release = '1.15.5 '
5+ self . release = '1.17.2 '
66 self . base_url = 'https://nginx.org/en/docs/'
77 self . links = {
88 home : 'https://nginx.org/' ,
9- code : 'http ://hg.nginx.org/nginx'
9+ code : 'https ://hg.nginx.org/nginx'
1010 }
1111
1212 html_filters . push 'nginx/clean_html' , 'nginx/entries'
@@ -21,8 +21,8 @@ class Nginx < UrlScraper
2121 options [ :skip_patterns ] = [ /\/ faq\/ / ]
2222
2323 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 >
2626 Licensed under the BSD License.
2727 HTML
2828
You can’t perform that action at this time.
0 commit comments