Fix URLs in package.json.
... | ... | @@ -10,14 +10,14 @@ |
"animation", | ||
"canvas" | ||
], | ||
"homepage": "http://mbostock.github.com/d3/", | ||
"homepage": "http://d3js.org", | ||
"author": { | ||
"name": "Mike Bostock", | ||
"url": "http://bost.ocks.org/mike" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/mbostock/d3.git" | ||
"url": "https://github.com/mbostock/d3.git" | ||
}, | ||
"main": "index.js", | ||
"browserify": "index-browserify.js", | ||
... | ... |
Please register or sign in to comment