From 8181276acc09a6f8f8abe9eb0682b8eb60a170be Mon Sep 17 00:00:00 2001 From: JP Ventura Date: Tue, 1 Nov 2016 14:32:26 -0200 Subject: [PATCH] :books: Update documentation Firebase hyperlinks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67247e2..a9523f2 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 @@ -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