Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Gatsby] "https://facebook.github.io/react/" -> "https://reactjs.org/" (
- Loading branch information
Showing
with
68 additions
and 68 deletions.
- +21 −21 CHANGELOG.md
- +1 −1 CONTRIBUTING.md
- +9 −9 README.md
- +2 −2 docs/README.md
- +2 −2 docs/_config.yml
- +2 −2 docs/_layouts/default.html
- +1 −1 docs/_posts/2015-07-03-react-v0.14-beta-1.md
- +1 −1 docs/_posts/2016-07-11-introducing-reacts-error-code-system.md
- +2 −2 docs/_posts/2017-09-26-react-v16.0.md
- +1 −1 docs/docs/cross-origin-errors.md
- +1 −1 docs/tutorial/tutorial.md
- +1 −1 docs/warnings/unknown-prop.md
- +1 −1 fixtures/dom/src/components/Header.js
- +1 −1 packages/react-art/package.json
- +1 −1 packages/react-dom/package.json
- +1 −1 packages/react-test-renderer/package.json
- +1 −1 packages/react/README.md
- +1 −1 packages/react/package.json
- +2 −2 scripts/error-codes/README.md
- +1 −1 scripts/release-manager/Readme.md
- +4 −4 src/isomorphic/children/ReactChildren.js
- +1 −1 src/isomorphic/children/onlyChild.js
- +4 −4 src/isomorphic/classic/element/ReactElement.js
- +2 −2 src/renderers/dom/ReactDOMNodeStreamRenderer.js
- +2 −2 src/renderers/dom/ReactDOMStringRenderer.js
- +1 −1 src/renderers/dom/test/ReactTestUtilsEntry.js
- +1 −1 www/package.json
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -34,7 +34,7 @@ class Header extends React.Component { | ||
| <div className="header__inner"> | ||
| <span className="header__logo"> | ||
| <img | ||
| src="https://reactjs.org/img/logo.svg" | ||
| alt="" | ||
| width="32" | ||
| height="32" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -16,7 +16,7 @@ | ||
| "bugs": { | ||
| "url": "https://github.com/facebook/react/issues" | ||
| }, | ||
| "homepage": "https://reactjs.org/", | ||
| "dependencies": { | ||
| "create-react-class": "^15.6.2", | ||
| "fbjs": "^0.8.16", | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -11,7 +11,7 @@ | ||
| "bugs": { | ||
| "url": "https://github.com/facebook/react/issues" | ||
| }, | ||
| "homepage": "https://reactjs.org/", | ||
| "dependencies": { | ||
| "fbjs": "^0.8.16", | ||
| "loose-envify": "^1.1.0", | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -13,7 +13,7 @@ | ||
| "bugs": { | ||
| "url": "https://github.com/facebook/react/issues" | ||
| }, | ||
| "homepage": "https://reactjs.org/", | ||
| "dependencies": { | ||
| "fbjs": "^0.8.16", | ||
| "object-assign": "^4.1.1" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -5,7 +5,7 @@ | ||
| "react" | ||
| ], | ||
| "version": "16.0.0", | ||
| "homepage": "https://reactjs.org/", | ||
| "bugs": "https://github.com/facebook/react/issues", | ||
| "license": "MIT", | ||
| "files": [ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.

