Sfoglia il codice sorgente

Update nginx documentation (1.7.9)

Thibaut 11 anni fa
parent
commit
84eb727f5d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.8'
+    self.version = '1.7.9'
     self.base_url = 'http://nginx.org/en/docs/'
 
     html_filters.push 'nginx/clean_html', 'nginx/entries'