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