From e484a734b59200541abc88c3cdb2ea9ebdd6d290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 24 Sep 2013 16:00:52 -0700 Subject: [PATCH] Fix 404s to non-existent API docs --- _posts/2013-07-23-community-roundup-5.md | 2 +- docs/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2013-07-23-community-roundup-5.md b/_posts/2013-07-23-community-roundup-5.md index 9e8bd747..87aa8338 100644 --- a/_posts/2013-07-23-community-roundup-5.md +++ b/_posts/2013-07-23-community-roundup-5.md @@ -96,4 +96,4 @@ React.renderComponent( > * [Working With the Browser](/react/docs/working-with-the-browser.html) > * [More About Refs](/react/docs/more-about-refs.html) > * [Tooling integration](/react/docs/tooling-integration.html) -> * [Reference](/react/docs/core-api.html) +> * [Reference](/react/docs/top-level-api.html) diff --git a/docs/tutorial.md b/docs/tutorial.md index fad56b15..0d2a00ba 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -687,4 +687,4 @@ var CommentBox = React.createClass({ ### Congrats! -You have just built a comment box in a few simple steps. Learn more about [why to use React](why-react.html), or dive into the [API reference](core-api.html) and start hacking! Good luck! +You have just built a comment box in a few simple steps. Learn more about [why to use React](why-react.html), or dive into the [API reference](top-level-api.html) and start hacking! Good luck!