mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update React documentation (15.1.0)
This commit is contained in:
parent
f175350ec1
commit
a56d8cb349
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.0.2'
|
||||
self.release = '15.1.0'
|
||||
self.base_url = 'https://facebook.github.io/react/'
|
||||
self.root_path = 'docs/getting-started.html'
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue