From 966cefe6ef6057b14678ac00cf33445ab653dcc6 Mon Sep 17 00:00:00 2001 From: Jim Date: Wed, 22 Apr 2015 13:17:39 -0700 Subject: [PATCH] Fix bad links in docs. Fixes #3654. --- tips/17-children-undefined.md | 2 +- tips/19-dangerously-set-inner-html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tips/17-children-undefined.md b/tips/17-children-undefined.md index 5eaad318..9b64585d 100644 --- a/tips/17-children-undefined.md +++ b/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/tips/19-dangerously-set-inner-html.md b/tips/19-dangerously-set-inner-html.md index 88e7555a..f580f5d0 100644 --- a/tips/19-dangerously-set-inner-html.md +++ b/tips/19-dangerously-set-inner-html.md @@ -21,4 +21,4 @@ The point being that if you unintentionally do say `