Skip to content

Commit b6e1586

Browse files
lindboemarkerikson
authored andcommitted
Fix broken link to database design book (#3478)
The original link was to a site that is no longer up. The book is now hosted on a different site, so changed link to that.
1 parent e67f14d commit b6e1586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/structuring-reducers/PrerequisiteConcepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ Because of these rules, it's important that the following core concepts are full
9494
- [Redux Without Profanity: Normalizr](https://tonyhb.gitbooks.io/redux-without-profanity/content/normalizer.html)
9595
- [Querying a Redux Store](https://medium.com/@adamrackis/querying-a-redux-store-37db8c7f3b0f)
9696
- [Uncyclopedia: Associative Entity](https://en.wikipedia.org/wiki/Associative_entity)
97-
- [Database Design: Many-to-Many](http://www.tomjewett.com/dbdesign/dbdesign.php?page=manymany.php)
97+
- [Database Design: Many-to-Many](http://web.csulb.edu/colleges/coe/cecs/dbdesign/dbdesign.php?page=manymany.php)
9898
- [Avoiding Accidental Complexity When Structuring Your App State](https://medium.com/@talkol/avoiding-accidental-complexity-when-structuring-your-app-state-6e6d22ad5e2a)

0 commit comments

Comments
 (0)