Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ React.render((
), document.body)
```

See more in the [Introduction](/docs/Introduction.md) and [Advanced
Usage](/docs/advanced/README.md).
See more in the [Introduction](/docs/Introduction.md) and [Advanced Usage](/docs/guides/advanced/README.md).

### Thanks

Expand Down
3 changes: 1 addition & 2 deletions UPGRADE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ var Home = React.createClass({
```

To cancel a "transition from", please refer to the
[Confirming Navigation](docs/advanced/ConfirmingNavigation.md) guide.
[Confirming Navigation](docs/guides/advanced/ConfirmingNavigation.md) guide.

### We'll keep updating this

Expand Down Expand Up @@ -1104,4 +1104,3 @@ router.renderComponent(element);
// 0.2.x
React.renderComponent(routes, element);
```

Loading