Przeglądaj źródła

Update nginx documentation (1.9.9)

Thibaut 10 lat temu
rodzic
commit
a9e921c5fc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/docs/scrapers/nginx.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Nginx < UrlScraper
     self.name = 'nginx'
     self.type = 'nginx'
-    self.version = '1.9.7'
+    self.version = '1.9.9'
     self.base_url = 'http://nginx.org/en/docs/'
     self.links = {
       home: 'http://nginx.org/',