Browse Source

Update nginx documentation (1.9.14)

Thibaut Courouble 9 years ago
parent
commit
8a476ba4d3
1 changed files with 1 additions and 1 deletions
  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.release = '1.9.11'
+    self.release = '1.9.14'
     self.base_url = 'http://nginx.org/en/docs/'
     self.links = {
       home: 'http://nginx.org/',