Skip to content

Commit 949c69f

Browse files
pcottlezpao
authored andcommitted
Fix Github links in examples
Looks like we link to github.com/facebook/react/ instead of react-js. This just fixes the links `grep -r "facebook/react.js" .` comes up clean now
1 parent a244928 commit 949c69f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/basic-jsx-precompile/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Basic Example with precompiled JSX</h1>
1010
<div id="container">
1111
<p>
1212
To install React, follow the instructions on
13-
<a href="http://www.github.com/facebook/react.js/">GitHub</a>.
13+
<a href="http://www.github.com/facebook/react/">GitHub</a>.
1414
</p>
1515
<p>
1616
If you can see this, React is not running. You probably didn't run:

examples/basic-jsx/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Basic Example with JSX</h1>
1010
<div id="container">
1111
<p>
1212
To install React, follow the instructions on
13-
<a href="http://www.github.com/facebook/react.js/">GitHub</a>.
13+
<a href="http://www.github.com/facebook/react/">GitHub</a>.
1414
</p>
1515
<p>
1616
If you can see this, React is not working right.

examples/basic/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Basic Example</h1>
1010
<div id="container">
1111
<p>
1212
To install React, follow the instructions on
13-
<a href="http://www.github.com/facebook/react.js/">GitHub</a>.
13+
<a href="http://www.github.com/facebook/react/">GitHub</a>.
1414
</p>
1515
<p>
1616
If you can see this, React is not working right.

examples/wrapup/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Basic Example (WrapUp)</h1>
1010
<div id="container">
1111
<p>
1212
To install React, follow the instructions on
13-
<a href="http://www.github.com/facebook/react.js/">GitHub</a>.
13+
<a href="http://www.github.com/facebook/react/">GitHub</a>.
1414
</p>
1515
<p>
1616
If you can see this, React is not working right.

0 commit comments

Comments
 (0)