Skip to content

Commit 8c41c1b

Browse files
committed
Fix some broken links in redux docs
1 parent 4d69ce5 commit 8c41c1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/developer/redux.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Working with Redux
33

44
This page describes how to add actions and selectors to the client service and storage layer built on Redux. This Redux service layer is what drives the majority of actions, storage and server interaction for both the Mattermost webapp and the React Native mobile apps.
55

6-
As of Mattermost version 3.9, the webapp has begun moving to replace Flux with Redux. If you're interested in contributing to this campaign, please see `migrating webapp components to Redux <./migrating-to-redux>`__ and join the `Redux channel on pre-release.mattermost.com <https://pre-release.mattermost.com/core/channels/redux>`__.
6+
As of Mattermost version 3.9, the webapp has begun moving to replace Flux with Redux. If you're interested in contributing to this campaign, please see `migrating webapp components to Redux <./webapp-to-redux.html>`__ and join the `Redux channel on pre-release.mattermost.com <https://pre-release.mattermost.com/core/channels/redux>`__.
77

88
The respository for the Redux service layer is here: https://github.com/mattermost/mattermost-redux
99

source/developer/webapp-component.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The container will then need to import selectors and actions from Redux and the
111111
112112
export default connect(mapStateToProps, mapDispatchToProps)(ItemList);
113113
114-
If the selectors and/or actions you need don't yet exist in Redux then you should go add those first by following the `guide to adding actions and selectors <./redux>`__.
114+
If the selectors and/or actions you need don't yet exist in Redux then you should go add those first by following the `guide to adding actions and selectors <./redux.html>`__.
115115

116116
Your ``index.js`` and ``item_list.js`` files will live together in an ``item_list/`` directory.
117117

0 commit comments

Comments
 (0)