Skip to content

Commit fd9ead6

Browse files
authored
Merge pull request #34 from dmurvihill/patch-1
2 parents d98bed8 + 793840a commit fd9ead6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/admin/firestore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ console.assert(greeted[0].first === 'Michael', 'Michael greeted');
5656
console.assert(greeted[1].first === 'Ben', 'Ben greeted');
5757
```
5858

59-
We're calling [`MockFirebase.override`](override.md) to replace the real `Firebase` instance with Firebase Mock. If you're loading Firebase using Node or Browserify, you need to use [proxyquire](proxyquire.md) instead.
59+
We're calling [`MockFirebase.override`](override.md) to replace the real `Firebase` instance with Firebase Mock. If you're loading Firebase using Node or Browserify, you need to use [proxyquire](../integration/proxyquire.md) instead.
6060

6161
Notice that we queued up multiple changes before actually calling `ref.flush`. Firebase Mock stores these changes in the order they were created and then performs local updates accordingly. You'll only need to `flush` your changes when you need listeners, callbacks, and other asynchronous responses to be triggered.
6262

0 commit comments

Comments
 (0)