diff --git a/README.md b/README.md
index 3e5fc1a..ea2f058 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@
[](https://www.npmjs.com/package/mos-plugin-shields)
-[](https://travis-ci.org/zkochan/mos-plugin-shields)
-[](https://coveralls.io/r/zkochan/mos-plugin-shields?branch=master)
+[](https://travis-ci.org/mosjs/mos-plugin-shields)
+[](https://coveralls.io/r/mosjs/mos-plugin-shields?branch=master)
@@ -55,14 +55,14 @@ The currently supported shields are: travis, coveralls, npm, deps, devDeps, peer
* * *
-## Dependencies [](https://david-dm.org/zkochan/mos-plugin-shields/master)
+## Dependencies [](https://david-dm.org/mosjs/mos-plugin-shields/master)
- [shields](https://github.com/kenany/shields): Generate shields for your current project's README
-## Dev Dependencies [](https://david-dm.org/zkochan/mos-plugin-shields/master#info=devDependencies)
+## Dev Dependencies [](https://david-dm.org/mosjs/mos-plugin-shields/master#info=devDependencies)
- [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog): Commitizen adapter following the conventional-changelog format.
diff --git a/package.json b/package.json
index 40ffe40..01ff7dd 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/zkochan/mos-plugin-shields"
+ "url": "https://github.com/mosjs/mos-plugin-shields"
},
"keywords": [
"mos-plugin",
@@ -35,9 +35,9 @@
},
"license": "MIT",
"bugs": {
- "url": "https://github.com/zkochan/mos-plugin-shields/issues"
+ "url": "https://github.com/mosjs/mos-plugin-shields/issues"
},
- "homepage": "https://github.com/zkochan/mos-plugin-shields#readme",
+ "homepage": "https://github.com/mosjs/mos-plugin-shields#readme",
"dependencies": {
"shields": "^2.1.0"
},