A few replacements related to the rename
mostly just s/mistercrunch/airbnb/g
This commit is contained in:
parent
e1b871982e
commit
fd407424ad
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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?
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue