mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #3723 from jsfb/fix-bad-homepage-link
Fix bad links in docs. Fixes #3654.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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/).
|
||||
|
||||
Reference in New Issue
Block a user