Skip to content

Commit 638ac5e

Browse files
committed
Fix mapState footer link
1 parent 775f1ac commit 638ac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/core/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Footer extends React.Component {
3737
<a href={this.docUrl("introduction/quick-start")}>Introduction</a>
3838
<a
3939
href={this.docUrl(
40-
"using-react-redux/connect-extracting-data-with-mapStateToProps"
40+
"using-react-redux/connect-mapstate"
4141
)}
4242
>
4343
Using React-Redux

0 commit comments

Comments
 (0)