Skip to content

Commit 3d4277b

Browse files
authored
fix(docs): update link to v3 migration guide (prescottprue#893) - @gregfenton
1 parent 474299a commit 3d4277b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* `componentDidMount` used in place of `componentWillMount` for data loading in `firebaseConnect` and `firestoreConnect`
1717
* `helpers` is no longer exported in top level API - import helpers directly instead
1818
* `firebaseStateReducer` is no longer exported in top level API - import `reducer` or `firebaseReducer`
19-
* `authIsReady` should only be used for SSR - if you are waiting for auth to be ready, state should be used. For an example see the [wait for auth to load recipe](/recipes/auth#loading).
19+
* `authIsReady` should only be used for SSR - if you are waiting for auth to be ready, state should be used. For an example see the [wait for auth to load recipe](recipes/auth#loading).
2020

2121
### Change Snippets
2222

0 commit comments

Comments
 (0)