Skip to content

Commit 4cf6ec9

Browse files
authored
fix(docs): update a link for populate docs to fix 404 - @karltaylor
fix(docs): update a link for populate docs to fix 404
2 parents 895b6d4 + efde121 commit 4cf6ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/populate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Populate allows you to replace IDs within your data with other data from Firebase. This is very useful when trying to keep your data flat. Some would call it a _join_, but it was modeled after [the mongo populate method](http://mongoosejs.com/docs/populate.html).
44

5-
Initial data from populate is placed into redux in a normalized pattern [following defined redux practice of normalizing](http://redux.js.org/docs/recipes/reducers/NormalizingStateShape.html). `populate` helper used within the `connect` function then builds populated data out of normalized data within redux (**NOTE:** This does not apply if you are using `v1.1.5` or earlier).
5+
Initial data from populate is placed into redux in a normalized pattern [following defined redux practice of normalizing](https://redux.js.org/recipes/structuring-reducers/normalizing-state-shape). `populate` helper used within the `connect` function then builds populated data out of normalized data within redux (**NOTE:** This does not apply if you are using `v1.1.5` or earlier).
66

77
A basic implementation can look like so:
88
```javascript

0 commit comments

Comments
 (0)