From 7c50a692f641ccee94cf9804549c274df6688129 Mon Sep 17 00:00:00 2001 From: jwngr Date: Mon, 13 Jun 2016 22:57:30 -0700 Subject: [PATCH] Removed stale "firebase.com" references --- README.md | 8 ++------ package.json | 2 +- templates/init/hosting/404.html | 2 +- test/fixtures/invalid-config/firebase.json | 2 +- test/fixtures/valid-config/firebase.json | 2 +- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 604d84ac1bf..365cec643c1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ -# Firebase CLI - -[![Build Status](https://travis-ci.org/firebase/firebase-tools.svg?branch=master)](https://travis-ci.org/firebase/firebase-tools) -[![Coverage Status](https://img.shields.io/coveralls/firebase/firebase-tools.svg?branch=master&style=flat)](https://coveralls.io/r/firebase/firebase-tools) -[![NPM version](https://badge.fury.io/js/firebase-tools.svg)](http://badge.fury.io/js/firebase-tools) +# Firebase CLI [![Build Status](https://travis-ci.org/firebase/firebase-tools.svg?branch=master)](https://travis-ci.org/firebase/firebase-tools) [![Coverage Status](https://img.shields.io/coveralls/firebase/firebase-tools.svg?branch=master&style=flat)](https://coveralls.io/r/firebase/firebase-tools) [![NPM version](https://badge.fury.io/js/firebase-tools.svg)](http://badge.fury.io/js/firebase-tools) These are the Firebase Command Line Interface (CLI) Tools. They can be used to: @@ -10,7 +6,7 @@ These are the Firebase Command Line Interface (CLI) Tools. They can be used to: * Run a local web server for your Firebase Hosting site * Interact with data in your Firebase database -To get started with the Firebase CLI, read the full list of commands below or check out the [hosting-specific CLI documentation](https://www.firebase.com/docs/hosting/command-line-tool.html). +To get started with the Firebase CLI, read the full list of commands below or check out the [hosting-specific CLI documentation](https://firebase.google.com/docs/hosting/quickstart). ## Installation diff --git a/package.json b/package.json index 2084aecd116..14b27474e15 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "node": ">=0.10.0" }, "engine-strict": true, - "author": "Firebase (https://www.firebase.com/)", + "author": "Firebase (https://firebase.google.com/)", "license": "MIT", "bugs": { "url": "https://github.com/firebase/firebase-tools/issues" diff --git a/templates/init/hosting/404.html b/templates/init/hosting/404.html index 19126b5d3a0..01ec0075144 100644 --- a/templates/init/hosting/404.html +++ b/templates/init/hosting/404.html @@ -74,7 +74,7 @@

Page Not Found

This specified file was not found on this website. Please check the URL for mistakes and try again.

Why am I seeing this?

This page was generated by the Firebase Command-Line Interface. To modify it, edit the 404.html file in your project's configured public directory.

- diff --git a/test/fixtures/invalid-config/firebase.json b/test/fixtures/invalid-config/firebase.json index 61c223052bc..4cb70803e19 100644 --- a/test/fixtures/invalid-config/firebase.json +++ b/test/fixtures/invalid-config/firebase.json @@ -12,7 +12,7 @@ "type" : 301 }, { "source" : "/firebase/*", - "destination" : "https://www.firebase.com", + "destination" : "https://firebase.google.com", "type" : 302 } ], "rewrites": [ { diff --git a/test/fixtures/valid-config/firebase.json b/test/fixtures/valid-config/firebase.json index 312507f0fc9..3122016789d 100644 --- a/test/fixtures/valid-config/firebase.json +++ b/test/fixtures/valid-config/firebase.json @@ -13,7 +13,7 @@ "type" : 301 }, { "source" : "/firebase/*", - "destination" : "https://www.firebase.com", + "destination" : "https://firebase.google.com", "type" : 302 } ], "rewrites": [ {