File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Returns a promise which is fulfilled when the new location has been synchronized
9090servers.
9191
9292Keys must be strings and [ valid Firebase database key
93- names] ( https://firebase.google.com/docs/web/ ) .
93+ names] ( https://firebase.google.com/docs/database/ web/structure-data ) .
9494
9595``` JavaScript
9696geoFire .set (" some_key" , [37.79 , - 122.41 ]).then (function () {
@@ -313,7 +313,7 @@ long-running operation and allow code to run asynchronously. Upon completion of
313313promise will be "resolved" / "fulfilled" with the operation's result. This result will be passed to
314314the function defined in the promise's ` then() ` method.
315315
316- If you are unfamiliar with promises, check out [ this blog post] ( http://www.html5rocks.com/en/tutorials/es6/promises ) .
316+ If you are unfamiliar with promises, check out [ this blog post] ( http://www.html5rocks.com/en/tutorials/es6/promises/ ) .
317317Here is a quick example of how to consume a promise:
318318
319319``` JavaScript
You can’t perform that action at this time.
0 commit comments