Skip to content

Commit 5913e81

Browse files
committed
Update link to Redux Provider docs
1 parent ba5a5f7 commit 5913e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default class App extends Component {
1010
render() {
1111
return (
1212
/**
13-
* @see https://github.com/reduxjs/react-redux/blob/master/docs/api.md#provider-store
13+
* @see https://github.com/reduxjs/react-redux/blob/master/docs/api/Provider.md
1414
*/
1515
<Provider store={store}>
1616
{/**

0 commit comments

Comments
 (0)