Update React documentation (15.4.2)

pull/570/head
Thibaut Courouble 8 years ago
parent a8e25ea096
commit 967fbf594f

@ -476,7 +476,7 @@ credits = [
'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt' 'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
], [ ], [
'React, React Native, Flow, Relay', 'React, React Native, Flow, Relay',
'2013-2016 Facebook Inc.', '2013-2017 Facebook Inc.',
'CC BY', 'CC BY',
'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs' 'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
], [ ], [

@ -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.4.0' self.release = '15.4.2'
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 = {
@ -27,7 +27,7 @@ module Docs
} }
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2013&ndash;2016 Facebook Inc.<br> &copy; 2013&ndash;2017 Facebook Inc.<br>
Licensed under the Creative Commons Attribution 4.0 International Public License. Licensed under the Creative Commons Attribution 4.0 International Public License.
HTML HTML
end end

Loading…
Cancel
Save