Update React documentation (15.6.1)

pull/647/head
Thibaut Courouble 8 years ago
parent ceb7831c24
commit c19bb96c5f

@ -2,7 +2,7 @@ module Docs
class React < UrlScraper class React < UrlScraper
self.name = 'React' self.name = 'React'
self.type = 'react' self.type = 'react'
self.release = '15.5.0' self.release = '15.6.1'
self.base_url = 'https://facebook.github.io/react/docs/' self.base_url = 'https://facebook.github.io/react/docs/'
self.root_path = 'hello-world.html' self.root_path = 'hello-world.html'
self.links = { self.links = {

Loading…
Cancel
Save