Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Docusaurus and docs URLs (#1096)
  • Loading branch information
markerikson committed Dec 2, 2018
1 parent f0840f1 commit ce17d0c
Show file tree
Hide file tree
Showing 7 changed files with 9,172 additions and 6 deletions.
@@ -1,5 +1,5 @@
---
id: connect-dispatching-actions-with-mapDispatchToProps
id: connect-mapdispatch
title: Connect: Dispatching Actions with mapDispatchToProps
hide_title: true
sidebar_label: Connect: Dispatching Actions with mapDispatchToProps
Expand Down
@@ -1,5 +1,5 @@
---
id: connect-extracting-data-with-mapStateToProps
id: connect-mapstate
title: Connect: Extracting Data with mapStateToProps
hide_title: true
sidebar_label: Connect: Extracting Data with mapStateToProps
Expand Down
6 changes: 6 additions & 0 deletions website/_redirects
@@ -0,0 +1,6 @@
/docs/using-react-redux/connect-extracting-data-with-mapStateToProps /using-react-redux/connect-mapstate
/docs/using-react-redux/connect-extracting-data-with-mapstatetoprops /using-react-redux/connect-mapstate
/docs/using-react-redux/connect-dispatching-actions-with-mapDispatchToProps /using-react-redux/connect-mapdispatch
/docs/using-react-redux/connect-dispatching-actions-with-mapdispatchtoprops /using-react-redux/connect-mapdispatch

/docs/* /:splat

0 comments on commit ce17d0c

Please sign in to comment.