Skip to content

Commit

Permalink
📚 Update documentation Firebase hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jpventura committed Nov 1, 2016
1 parent ab413de commit 8181276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To get started include Firebase and BackboneFire after the usual Backbone depend
Use the URL above to download both the minified and non-minified versions of BackboneFire from the
Firebase CDN. You can also download them from the
[releases page of this GitHub repository](https://github.com/firebase/backbonefire/releases).
[Firebase](https://www.firebase.com/docs/web/quickstart.html?utm_medium=web&utm_source=backbonefire) and
[Firebase](https://firebase.google.com/docs/web/setup) and
[Backbone](http://backbonejs.org/) can be downloaded directly from their respective websites.

You can also install BackboneFire via Bower and its dependencies will be downloaded automatically:
Expand All @@ -71,7 +71,7 @@ Once you've included BackboneFire and its dependencies into your project, you wi
## Getting Started with Firebase

BackboneFire requires the Firebase database in order to sync data. You can
[sign up here](https://www.firebase.com/signup/?utm_medium=web&utm_source=backbonefire) for a free
[sign up here](https://firebase.google.com/docs/web/setup) for a free
account.

## autoSync
Expand Down Expand Up @@ -129,7 +129,7 @@ var TodoList = Backbone.Firebase.Collection.extend({
```

You may also apply an `orderByChild` or some other
[query](https://www.firebase.com/docs/web/guide/retrieving-data.html#section-queries) on a
[query](https://firebase.google.com/docs/reference/node/firebase.database.Query) on a
reference and pass it in:

### Queries
Expand Down

0 comments on commit 8181276

Please sign in to comment.