Skip to content

Commit 3c84ead

Browse files
committed
Update React documentation (16.2.0)
1 parent d9033ef commit 3c84ead

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,9 @@ credits = [
537537
'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
538538
], [
539539
'React, React Native, Flow, Relay',
540-
'2013-2017 Facebook Inc.',
540+
'2013-present Facebook Inc.',
541541
'CC BY',
542-
'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
542+
'https://raw.githubusercontent.com/reactjs/reactjs.org/master/LICENSE-DOCS.md'
543543
], [
544544
'Redis',
545545
'2009-2017 Salvatore Sanfilippo',

lib/docs/scrapers/react.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class React < UrlScraper
33
self.name = 'React'
44
self.type = 'simple'
5-
self.release = '16.1.0'
5+
self.release = '16.2.0'
66
self.base_url = 'https://reactjs.org/docs/'
77
self.root_path = 'hello-world.html'
88
self.links = {
@@ -27,7 +27,7 @@ class React < UrlScraper
2727
}
2828

2929
options[:attribution] = <<-HTML
30-
&copy; 2013&ndash;2017 Facebook Inc.<br>
30+
&copy; 2013&ndash;present Facebook Inc.<br>
3131
Licensed under the Creative Commons Attribution 4.0 International Public License.
3232
HTML
3333
end

0 commit comments

Comments
 (0)