浏览代码

Update nginx documentation (1.29.0)

Simon Legner 5 月之前
父节点
当前提交
0fbfafc865
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/docs/scrapers/nginx.rb

+ 2 - 2
lib/docs/scrapers/nginx.rb

@@ -2,7 +2,7 @@ module Docs
   class Nginx < UrlScraper
     self.name = 'nginx'
     self.type = 'nginx'
-    self.release = '1.27.1'
+    self.release = '1.29.0'
     self.base_url = 'https://nginx.org/en/docs/'
     self.links = {
       home: 'https://nginx.org/',
@@ -23,7 +23,7 @@ module Docs
     # http://nginx.org/LICENSE
     options[:attribution] = <<-HTML
       &copy; 2002-2021 Igor Sysoev<br>
-      &copy; 2011-2024 Nginx, Inc.<br>
+      &copy; 2011-2025 Nginx, Inc.<br>
       Licensed under the BSD License.
     HTML