Skip to content

Commit d28f4fa

Browse files
committed
Merge pull request reduxjs#577 from dherault/master
Fixed broken link in README.md
2 parents cf5bc7d + 00cd535 commit d28f4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ I wrote Redux while working on my React Europe talk called [“Hot Reloading wit
3030

3131
### Influences
3232

33-
Redux evolves the ideas of [Flux](https://facebook.github.io/flux), but avoids its complexity by taking cues from [Elm](http://elm-lang.org/guide/architecture).
33+
Redux evolves the ideas of [Flux](https://facebook.github.io/flux), but avoids its complexity by taking cues from [Elm](https://github.com/evancz/elm-architecture-tutorial/).
3434
Whether you have used them or not, Redux takes a few minutes to get started with.
3535

3636
### Installation

0 commit comments

Comments
 (0)