Skip to content

Commit

Permalink
Update nginx documentation (1.25.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jul 3, 2023
1 parent 4767e51 commit 998dc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/docs/scrapers/nginx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Docs
class Nginx < UrlScraper
self.name = 'nginx'
self.type = 'nginx'
self.release = '1.23.1'
self.release = '1.25.1'
self.base_url = 'https://nginx.org/en/docs/'
self.links = {
home: 'https://nginx.org/',
Expand All @@ -23,7 +23,7 @@ class Nginx < UrlScraper
# http://nginx.org/LICENSE
options[:attribution] = <<-HTML
&copy; 2002-2021 Igor Sysoev<br>
&copy; 2011-2022 Nginx, Inc.<br>
&copy; 2011-2023 Nginx, Inc.<br>
Licensed under the BSD License.
HTML

Expand Down

0 comments on commit 998dc39

Please sign in to comment.