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 `