Skip to content

Commit ce47882

Browse files
committed
Fix 404s to non-existent API docs
1 parent b88f97f commit ce47882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_posts/2013-07-23-community-roundup-5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ React.renderComponent(
9696
> * [Working With the Browser](/react/docs/working-with-the-browser.html)
9797
> * [More About Refs](/react/docs/more-about-refs.html)
9898
> * [Tooling integration](/react/docs/tooling-integration.html)
99-
> * [Reference](/react/docs/core-api.html)
99+
> * [Reference](/react/docs/top-level-api.html)

docs/docs/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,4 +687,4 @@ var CommentBox = React.createClass({
687687

688688
### Congrats!
689689

690-
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!
690+
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!

0 commit comments

Comments
 (0)