Skip to content

Commit

Permalink
Fix mapState footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 13, 2018
1 parent 775f1ac commit 638ac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Footer extends React.Component {
<a href={this.docUrl("introduction/quick-start")}>Introduction</a>
<a
href={this.docUrl(
"using-react-redux/connect-extracting-data-with-mapStateToProps"
"using-react-redux/connect-mapstate"
)}
>
Using React-Redux
Expand Down

0 comments on commit 638ac5e

Please sign in to comment.