A few replacements related to the rename

mostly just s/mistercrunch/airbnb/g
This commit is contained in:
Maxime Beauchemin 2016-03-30 14:29:04 -07:00
parent e1b871982e
commit fd407424ad
3 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ If you are proposing a feature:
# fork the repo on github and then clone it # fork the repo on github and then clone it
# alternatively you may want to clone the main repo but that won't work # alternatively you may want to clone the main repo but that won't work
# so well if you are planning on sending PRs # 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 # [optional] setup a virtual env and activate it
virtualenv env virtualenv env

View File

@ -112,7 +112,7 @@ Installation & Configuration
---------------------------- ----------------------------
(See in the documentation) (See in the documentation)
[http://mistercrunch.github.io/panoramix-docs/installation.html] [http://airbnb.io/caravel/installation.html]
What is Druid? What is Druid?

View File

@ -15,7 +15,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/mistercrunch/caravel.git" "url": "git+https://github.com/airbnb/caravel.git"
}, },
"keywords": [ "keywords": [
"big", "big",
@ -31,9 +31,9 @@
], ],
"author": "Airbnb", "author": "Airbnb",
"bugs": { "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": { "dependencies": {
"babel-loader": "^6.2.1", "babel-loader": "^6.2.1",
"babel-polyfill": "^6.3.14", "babel-polyfill": "^6.3.14",