Skip to content

Commit

Permalink
Fix bad links in docs. Fixes facebook#3654.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfb committed Apr 22, 2015
1 parent 3c66b8f commit d900541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tips/17-children-undefined.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/tips/19-dangerously-set-inner-html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit d900541

Please sign in to comment.