Skip to content

Commit 8c20adf

Browse files
committed
Small tweaks
1 parent a942dca commit 8c20adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ parents just like before but prop names have changed.
4545
<Route path="about" component={About}/>
4646
```
4747

48-
Named routes are gone, see discussion [here](https://github.com/rackt/react-router/issues/1840)
48+
Named routes are gone (for now, [see discussion](https://github.com/rackt/react-router/issues/1840))
4949

5050
### NotFound route
5151

@@ -108,7 +108,7 @@ the link will not check if its active.
108108
<Link to="/about" activeClassName="active">About</Link>
109109
```
110110

111-
#### Linking to Defult/Index routes
111+
#### Linking to Default/Index routes
112112

113113
Because named routes are gone, a link to `/` with an index route at `/`
114114
will always be active. So we've introduced `IndexLink` that is only

0 commit comments

Comments
 (0)