mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update nginx documentation (1.13.0)
This commit is contained in:
parent
01fefefa8d
commit
7ad52aa1d0
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.release = '1.12.0'
|
||||
self.release = '1.13.0'
|
||||
self.base_url = 'https://nginx.org/en/docs/'
|
||||
self.links = {
|
||||
home: 'https://nginx.org/',
|
||||
|
|
Loading…
Reference in a new issue