From ca9ef4420211d7376609bf995852e03afb741dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Curcio?= Date: Fri, 23 Dec 2016 10:52:32 -0300 Subject: [PATCH] links --- docs/frontend/REDUX.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/frontend/REDUX.md b/docs/frontend/REDUX.md index a2431db27..f82d88520 100644 --- a/docs/frontend/REDUX.md +++ b/docs/frontend/REDUX.md @@ -3,11 +3,11 @@ Redux is a predictable state container for JavaScript apps. To understand Redux we need to dive into a few concepts. - - Actions - - Action Creators - * Action Types - * Reducers - * Stores +- [Actions](#actions) +- [Action Creators](#actions) +- [Action Types](#actions) +- [Reducers](#reducers) +- [Stores](#store) ## The three principles These are the three principles to build Redux applications. The following are specified in the Redux Documentation [Three Principles ยท Redux](http://redux.js.org/docs/introduction/ThreePrinciples.html)