mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-18 10:07:11 +01:00
Update nginx documentation (1.9.5)
This commit is contained in:
parent
6690c9d6a0
commit
74f5f23f80
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Nginx < UrlScraper
|
||||
self.name = 'nginx'
|
||||
self.type = 'nginx'
|
||||
self.version = '1.9.4'
|
||||
self.version = '1.9.5'
|
||||
self.base_url = 'http://nginx.org/en/docs/'
|
||||
self.links = {
|
||||
home: 'http://nginx.org/',
|
||||
|
|
Loading…
Reference in a new issue