Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 84056b5

Browse files
pufJacob Wenger
authored andcommitted
Fix dead link to introduction-to-angularfire.md#handling-asynchronous-operations (#886)
1 parent e02bf4c commit 84056b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In the example above, `$scope.data` is going to be populated from the remote ser
7676
asynchronous call, so it will take some time before the data becomes available in the controller.
7777
While it might be tempting to put a `console.log` on the next line to read the results, the data
7878
won't be downloaded yet, so the object will appear to be empty. Read the section on
79-
[Asynchronous Operations](guide/introduction-to-angularfire.html#handling-asynchronous-operations) for more details.
79+
[Asynchronous Operations](guide/introduction-to-angularfire.md#handling-asynchronous-operations) for more details.
8080

8181

8282
## 5. Add Three-Way, Object Bindings

0 commit comments

Comments
 (0)