Skip to content

Commit 7ffcc4f

Browse files
author
Pankaj Patel
committed
corrected rackt.org links
1 parent 690e26c commit 7ffcc4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Just keep reading and (*hopefully*) everything will become clear.
5959
### Three Principals
6060

6161
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
6363

6464
#### 1. *Single* Source of Truth
6565

egghead.io_video_tutorial_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ to avoid "*odd bugs*" in the future.
12261226

12271227
The ***Pattern*** described in this lesson
12281228
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)".
12301230

12311231
Different reducers specify how different parts of the `state` tree
12321232
are updated in response to different actions.
@@ -3782,7 +3782,7 @@ to my *inner* `AddTodo` Component
37823782
that I don't have a reference to anymore.
37833783

37843784
> 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
37863786

37873787
> Complete code for the *end* of **Video 28**:
37883788
[`index.html`](https://github.com/nelsonic/learn-redux/blob/c76e0f0efb7ac1f8883d0727bd244224ee9c6741/index.html)

0 commit comments

Comments
 (0)