Skip to content

Commit ce17d0c

Browse files
authored
Update Docusaurus and docs URLs (#1096)
1 parent f0840f1 commit ce17d0c

File tree

7 files changed

+9172
-6
lines changed

7 files changed

+9172
-6
lines changed

docs/using-react-redux/connect-dispatching-actions-with-mapDispatchToProps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: connect-dispatching-actions-with-mapDispatchToProps
2+
id: connect-mapdispatch
33
title: Connect: Dispatching Actions with mapDispatchToProps
44
hide_title: true
55
sidebar_label: Connect: Dispatching Actions with mapDispatchToProps

docs/using-react-redux/connect-extracting-data-with-mapStateToProps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: connect-extracting-data-with-mapStateToProps
2+
id: connect-mapstate
33
title: Connect: Extracting Data with mapStateToProps
44
hide_title: true
55
sidebar_label: Connect: Extracting Data with mapStateToProps

website/_redirects

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/docs/using-react-redux/connect-extracting-data-with-mapStateToProps /using-react-redux/connect-mapstate
2+
/docs/using-react-redux/connect-extracting-data-with-mapstatetoprops /using-react-redux/connect-mapstate
3+
/docs/using-react-redux/connect-dispatching-actions-with-mapDispatchToProps /using-react-redux/connect-mapdispatch
4+
/docs/using-react-redux/connect-dispatching-actions-with-mapdispatchtoprops /using-react-redux/connect-mapdispatch
5+
6+
/docs/* /:splat

0 commit comments

Comments
 (0)