Skip to content

Commit 83c59a5

Browse files
committed
Update nginx documentation (1.20.0)
1 parent b5635fa commit 83c59a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>&copy; 2011-2020 Nginx, Inc.',
546+
'2002-2021 Igor Sysoev<br>&copy; 2011-2021 Nginx, Inc.',
547547
'BSD',
548548
'http://nginx.org/LICENSE'
549549
], [

lib/docs/scrapers/nginx.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
&copy; 2002-2020 Igor Sysoev<br>
26-
&copy; 2011-2020 Nginx, Inc.<br>
25+
&copy; 2002-2021 Igor Sysoev<br>
26+
&copy; 2011-2021 Nginx, Inc.<br>
2727
Licensed under the BSD License.
2828
HTML
2929

0 commit comments

Comments
 (0)