Skip to content

Commit a8f2df9

Browse files
author
Jacob Wenger
committed
Fixed link to valid Firebase key names
1 parent 8eecb0f commit a8f2df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Returns a promise which is fulfilled when the new location has been synchronized
9090
servers.
9191

9292
Keys 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
9696
geoFire.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
313313
promise will be "resolved" / "fulfilled" with the operation's result. This result will be passed to
314314
the 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/).
317317
Here is a quick example of how to consume a promise:
318318

319319
```JavaScript

0 commit comments

Comments
 (0)