Skip to content

Commit 2a7cb8c

Browse files
Updated the ReactJS Home URL (#22195)
* Updated ReactJS links in Blogs * DOC: Updated ReactJS links * Updated ReactJS links in packages README
1 parent 60e3a16 commit 2a7cb8c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/blog/2017-02-21-1-0-progress-update-where-came-from-where-going/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ including blogs, marketing sites, documentation sites, and e-commerce.
5757
It wraps three of the most popular web app tools into a cohesive website
5858
framework:
5959

60-
- [React](https://facebook.github.io/react/) from Facebook for building UIs
60+
- [React](https://reactjs.org/) from Facebook for building UIs
6161
- [Webpack](https://webpack.js.org/) for bundling JavaScript and CSS
6262
- [GraphQL](http://graphql.org/) from Facebook for declarative data queries
6363

docs/blog/2017-07-19-creating-a-blog-with-gatsby/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Now go build something great.
647647
(previous link), and expands upon it with a bunch of features and some more
648648
advanced functionality
649649

650-
[react-dom-server]: https://facebook.github.io/react/docs/react-dom-server.html
650+
[react-dom-server]: https://reactjs.org/docs/react-dom-server.html
651651
[gatsby-release]: /blog/gatsby-v1/
652652
[gatsby-plugins]: /docs/plugins/
653653
[gatsby-plugin-catch-links]: /packages/gatsby-plugin-catch-links/

docs/blog/2017-09-18-gatsby-modern-static-generation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ changes you want to make so it applies only required changes, thus making the
7070
rendering much faster.
7171

7272
If you use React with
73-
[server-side rendering](https://facebook.github.io/react/docs/react-dom-server.html),
73+
[server-side rendering](https://reactjs.org/docs/react-dom-server.html),
7474
your flow looks something like this:
7575

7676
- A browser requests a page

docs/docs/browser-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Browser Support
33
---
44

5-
Gatsby supports [the same browsers as the current stable version of React.js](https://facebook.github.io/react/docs/react-dom.html#browser-support) which is currently IE9+ as well as the most recent versions of other popular browsers.
5+
Gatsby supports [the same browsers as the current stable version of React.js](https://reactjs.org/docs/react-dom.html#browser-support) which is currently IE9+ as well as the most recent versions of other popular browsers.
66

77
## Polyfills
88

docs/docs/building-with-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following model shows how data from a source can be queried by GraphQL for u
1919

2020
<LayerModel initialLayer="View" />
2121

22-
[Thinking in React](https://facebook.github.io/react/docs/thinking-in-react.html)
22+
[Thinking in React](https://reactjs.org/docs/thinking-in-react.html)
2323
is a good resource for learning how to structure applications with React.
2424

2525
## How does Gatsby use React Components?

packages/gatsby-plugin-glamor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Glamor
2424
[provides many convenient ways to style your components](https://github.com/threepointone/glamor/blob/master/docs/howto.md).
2525
One particularly convenient (and suggested) way is to use its `css` prop. It
2626
works exactly the same as the
27-
[default `style` prop](https://facebook.github.io/react/docs/dom-elements.html#style)
27+
[default `style` prop](https://reactjs.org/docs/dom-elements.html#style)
2828
except it supports the entire CSS language. So things not supported by inline
2929
styles are supported with Glamor like pseudo-classes/-elements, `@media`
3030
queries, parent/child/contextual selectors, etc.

packages/gatsby-remark-prismjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ See the [client-side PrismJS implementation][8] for reference.
525525
[1]: https://github.com/PrismJS/prism/tree/8eb0ab6f76484ca47fa7acbf77657fab17b03ca7/plugins/line-highlight
526526
[2]: https://github.com/facebook/react/blob/00ba97a354e841701b4b83983c3a3904895e7b87/docs/_config.yml#L10
527527
[3]: http://prismjs.com/#plugins
528-
[4]: https://facebook.github.io/react/tutorial/tutorial.html
528+
[4]: https://reactjs.org/tutorial/tutorial.html
529529
[5]: https://github.com/PrismJS/prism/tree/1d5047df37aacc900f8270b1c6215028f6988eb1/themes
530530
[6]: http://prismjs.com/
531531
[7]: https://prismjs.com/plugins/line-numbers/

0 commit comments

Comments
 (0)