소스 검색

Update nginx documentation (1.7.8)

Thibaut 11 년 전
부모
커밋
f5dd4eb7c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.7'
+    self.version = '1.7.8'
     self.base_url = 'http://nginx.org/en/docs/'
 
     html_filters.push 'nginx/clean_html', 'nginx/entries'