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