From b6e1586d382b7e1f8f27776c3f422ef59efcd33a Mon Sep 17 00:00:00 2001 From: Lizzi Lindboe Date: Sun, 21 Jul 2019 16:03:14 -0700 Subject: [PATCH] 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. --- docs/recipes/structuring-reducers/PrerequisiteConcepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/structuring-reducers/PrerequisiteConcepts.md b/docs/recipes/structuring-reducers/PrerequisiteConcepts.md index 9c15295055..6aeb30846f 100644 --- a/docs/recipes/structuring-reducers/PrerequisiteConcepts.md +++ b/docs/recipes/structuring-reducers/PrerequisiteConcepts.md @@ -94,5 +94,5 @@ Because of these rules, it's important that the following core concepts are full - [Redux Without Profanity: Normalizr](https://tonyhb.gitbooks.io/redux-without-profanity/content/normalizer.html) - [Querying a Redux Store](https://medium.com/@adamrackis/querying-a-redux-store-37db8c7f3b0f) - [Wikipedia: Associative Entity](https://en.wikipedia.org/wiki/Associative_entity) -- [Database Design: Many-to-Many](http://www.tomjewett.com/dbdesign/dbdesign.php?page=manymany.php) +- [Database Design: Many-to-Many](http://web.csulb.edu/colleges/coe/cecs/dbdesign/dbdesign.php?page=manymany.php) - [Avoiding Accidental Complexity When Structuring Your App State](https://medium.com/@talkol/avoiding-accidental-complexity-when-structuring-your-app-state-6e6d22ad5e2a)