File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Just keep reading and (*hopefully*) everything will become clear.
59
59
### Three Principals
60
60
61
61
Redux is based on three principals.
62
- see: http://rackt. org/redux /docs/introduction/ThreePrinciples.html
62
+ see: http://redux.js. org/docs/introduction/ThreePrinciples.html
63
63
64
64
#### 1. * Single* Source of Truth
65
65
Original file line number Diff line number Diff line change @@ -1226,7 +1226,7 @@ to avoid "*odd bugs*" in the future.
1226
1226
1227
1227
The *** Pattern*** described in this lesson
1228
1228
is * pervasive* in Redux development
1229
- and is called "[ *** Reducer Composition*** ] ( http://rackt. org/redux /docs/basics/Reducers.html ) ".
1229
+ and is called "[ *** Reducer Composition*** ] ( http://redux.js. org/docs/basics/Reducers.html ) ".
1230
1230
1231
1231
Different reducers specify how different parts of the ` state ` tree
1232
1232
are updated in response to different actions.
@@ -3782,7 +3782,7 @@ to my *inner* `AddTodo` Component
3782
3782
that I don't have a reference to anymore.
3783
3783
3784
3784
> If you did not fully understand *why* Dan did this re-factoring,
3785
- read the docs: http:// rackt. org/redux /docs/basics/UsageWithReact.html
3785
+ read the docs: http:// redux.js. org/docs/basics/UsageWithReact.html
3786
3786
3787
3787
> Complete code for the *end* of **Video 28**:
3788
3788
[`index.html`](https:// github.com/nelsonic/learn-redux/blob/c76e0f0efb7ac1f8883d0727bd244224ee9c6741/index.html)
You can’t perform that action at this time.
0 commit comments