Parcourir la source

Update nginx documentation (1.8.0)

Thibaut il y a 10 ans
Parent
commit
a399ada63f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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/',