mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Electron documentation (20.0.0)
This commit is contained in:
parent
5c1769ef12
commit
cb1584b851
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 = '19.0.8'
|
||||
self.release = '20.0.0'
|
||||
self.links = {
|
||||
home: 'https://www.electronjs.org/',
|
||||
code: 'https://github.com/electron/electron'
|
||||
|
|
Loading…
Reference in a new issue