mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update React documentation (15.3.0)
This commit is contained in:
parent
8008f5a984
commit
d246349514
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class React < UrlScraper
|
||||
self.name = 'React'
|
||||
self.type = 'react'
|
||||
self.release = '15.1.0'
|
||||
self.release = '15.3.0'
|
||||
self.base_url = 'https://facebook.github.io/react/'
|
||||
self.root_path = 'docs/getting-started.html'
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue