Skip to content

Commit d900541

Browse files
committed
Fix bad links in docs. Fixes facebook#3654.
1 parent 3c66b8f commit d900541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tips/17-children-undefined.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ var App = React.createClass({
2525
React.render(<App></App>, mountNode);
2626
```
2727

28-
For a more sophisticated example, refer to the last example on the [front page](/).
28+
To access your own subcomponents (the `span`s), place [refs](/react/docs/more-about-refs.html) on them.

docs/tips/19-dangerously-set-inner-html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ The point being that if you unintentionally do say `<div dangerouslySetInnerHTML
2121

2222
This functionality is mainly provided for cooperation with DOM string manipulation libraries, so the HTML provided must be well-formed (ie., pass XML validation).
2323

24-
For a more complete usage example, refer to the last example on the [front page](/).
24+
For a more complete usage example, refer to the last example on the [front page](/react/).

0 commit comments

Comments
 (0)