Skip to content

Commit ecdf850

Browse files
committed
Add one more doc link.
1 parent bc9b781 commit ecdf850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/RoutingContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import warning from './warning'
44

55
const RoutingContext = React.createClass({
66
componentWillMount() {
7-
warning(false, '`RoutingContext` has been renamed to `RouterContext`. Please use `import { RouterContext } from \'react-router\'.`')
7+
warning(false, '`RoutingContext` has been renamed to `RouterContext`. Please use `import { RouterContext } from \'react-router\'`. http://tiny.cc/router-routercontext')
88
},
99

1010
render() {

0 commit comments

Comments
 (0)