mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Electron documentation (16.0.2)
This commit is contained in:
parent
193f2c2c58
commit
d6a3c02a3f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Electron < UrlScraper
|
||||
self.type = 'simple'
|
||||
self.base_url = 'https://www.electronjs.org/docs/latest'
|
||||
self.release = '15.3.0'
|
||||
self.release = '16.0.2'
|
||||
self.links = {
|
||||
home: 'https://www.electronjs.org/',
|
||||
code: 'https://github.com/electron/electron'
|
||||
|
|
Loading…
Reference in a new issue