From fd407424add807728593a7115c9aa7900d7f1117 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 30 Mar 2016 14:29:04 -0700 Subject: [PATCH] A few replacements related to the rename mostly just s/mistercrunch/airbnb/g --- CONTRIBUTING.md | 2 +- README.md | 2 +- caravel/assets/package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec80742ac5a54..d8b618b2ca2a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ If you are proposing a feature: # fork the repo on github and then clone it # alternatively you may want to clone the main repo but that won't work # so well if you are planning on sending PRs - # git clone git@github.com:mistercrunch/caravel.git + # git clone git@github.com:airbnb/caravel.git # [optional] setup a virtual env and activate it virtualenv env diff --git a/README.md b/README.md index 7ed2aa4d9c618..51df5e678cab1 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Installation & Configuration ---------------------------- (See in the documentation) -[http://mistercrunch.github.io/panoramix-docs/installation.html] +[http://airbnb.io/caravel/installation.html] What is Druid? diff --git a/caravel/assets/package.json b/caravel/assets/package.json index fec1f77945d1c..c8b14467c974c 100644 --- a/caravel/assets/package.json +++ b/caravel/assets/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mistercrunch/caravel.git" + "url": "git+https://github.com/airbnb/caravel.git" }, "keywords": [ "big", @@ -31,9 +31,9 @@ ], "author": "Airbnb", "bugs": { - "url": "https://github.com/mistercrunch/caravel/issues" + "url": "https://github.com/airbnb/caravel/issues" }, - "homepage": "https://github.com/mistercrunch/caravel#readme", + "homepage": "https://github.com/airbnb/caravel#readme", "dependencies": { "babel-loader": "^6.2.1", "babel-polyfill": "^6.3.14",