Procházet zdrojové kódy

Update nginx documentation (1.8.0)

Thibaut před 10 roky
rodič
revize
a399ada63f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.7.11'
+    self.version = '1.8.0'
     self.base_url = 'http://nginx.org/en/docs/'
     self.links = {
       home: 'http://nginx.org/',