Skip to content

Commit 9ab0752

Browse files
committed
Merge pull request #2012 from rackt/docs/single-page
Single-page API docs refactor
2 parents e2e6eb6 + 0bfb31f commit 9ab0752

33 files changed

+712
-787
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ React.render((
124124
), document.body)
125125
```
126126

127-
See more in the [Introduction](/docs/Introduction.md) and [Advanced
128-
Usage](/docs/advanced/README.md).
127+
See more in the [Introduction](/docs/Introduction.md) and [Advanced Usage](/docs/guides/advanced/README.md).
129128

130129
### Thanks
131130

UPGRADE_GUIDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ var Home = React.createClass({
293293
```
294294

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

298298
### We'll keep updating this
299299

@@ -1104,4 +1104,3 @@ router.renderComponent(element);
11041104
// 0.2.x
11051105
React.renderComponent(routes, element);
11061106
```
1107-

0 commit comments

Comments
 (0)