Merge pull request #3723 from jsfb/fix-bad-homepage-link

Fix bad links in docs.  Fixes #3654.
This commit is contained in:
Jim
2015-05-01 11:09:07 -07:00
committed by Paul O’Shannessy
parent 9611a4b105
commit 4c7479a2a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ var App = React.createClass({
React.render(<App></App>, mountNode);
```
For a more sophisticated example, refer to the last example on the [front page](/).
To access your own subcomponents (the `span`s), place [refs](/react/docs/more-about-refs.html) on them.
+1 -1
View File
@@ -21,4 +21,4 @@ The point being that if you unintentionally do say `<div dangerouslySetInnerHTML
This functionality is mainly provided for cooperation with DOM string manipulation libraries, so the HTML provided must be well-formed (ie., pass XML validation).
For a more complete usage example, refer to the last example on the [front page](/).
For a more complete usage example, refer to the last example on the [front page](/react/).