From 4c7479a2a0cc657335b85b0ea5d2b0d173a1259e Mon Sep 17 00:00:00 2001 From: Jim Date: Wed, 22 Apr 2015 13:35:02 -0700 Subject: [PATCH] Merge pull request #3723 from jsfb/fix-bad-homepage-link Fix bad links in docs. Fixes #3654. --- docs/tips/17-children-undefined.md | 2 +- docs/tips/19-dangerously-set-inner-html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tips/17-children-undefined.md b/docs/tips/17-children-undefined.md index 5eaad31850..9b64585da4 100644 --- a/docs/tips/17-children-undefined.md +++ b/docs/tips/17-children-undefined.md @@ -25,4 +25,4 @@ var App = React.createClass({ React.render(, 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. diff --git a/docs/tips/19-dangerously-set-inner-html.md b/docs/tips/19-dangerously-set-inner-html.md index 88e7555ad4..f580f5d08a 100644 --- a/docs/tips/19-dangerously-set-inner-html.md +++ b/docs/tips/19-dangerously-set-inner-html.md @@ -21,4 +21,4 @@ The point being that if you unintentionally do say `