mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-18 10:07:11 +01:00
Update React documentation (0.14.0)
This commit is contained in:
parent
05d42746f8
commit
8ffdca3858
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.version = '0.13.3'
|
||||
self.version = '0.14.0'
|
||||
self.base_url = 'https://facebook.github.io/react/'
|
||||
self.root_path = 'docs/getting-started.html'
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue