diff --git a/package.json b/package.json index 032406c..561da3a 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "main": "./lib/index.js", "repository": { "type": "git", - "url": "https://github.com/reactjs/react-a11y.git" + "url": "https://github.com/romeovs/react-a11y.git" }, - "homepage": "https://github.com/reactjs/react-a11y/blob/latest/README.md", - "bugs": "https://github.com/reactjs/react-a11y/issues", + "homepage": "https://github.com/romeovs/react-a11y/blob/master/README.md", + "bugs": "https://github.com/romeovs/react-a11y/issues", "scripts": { "test": "npm run mocha && npm run karma", "docs": "mkdir -p docs/rules && babel-node mkdocs.js",