瀏覽代碼

Update nginx documentation (1.25.1)

Simon Legner 2 年之前
父節點
當前提交
998dc39c49
共有 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.23.1'
+    self.release = '1.25.1'
     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-2022 Nginx, Inc.<br>
+      &copy; 2011-2023 Nginx, Inc.<br>
       Licensed under the BSD License.
     HTML