diff --git a/README.md b/README.md index 562db4d..9ca17f7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Install the component using [Bower](http://bower.io/): $ bower install json-patch-ot --save ``` -Or [download as ZIP](https://github.com/PuppetJs/JSON-Patch-OT/archive/master.zip). +Or [download as ZIP](https://github.com/Palindrom/JSON-Patch-OT/archive/master.zip). ## Usage @@ -38,7 +38,7 @@ var transformedPatch = JSONPatchOT.transform( givenPatch, againstArrayOfPatches) ## History -For detailed changelog, check [Releases](https://github.com/PuppetJs/JSON-Patch-OT/releases). +For detailed changelog, check [Releases](https://github.com/Palindrom/JSON-Patch-OT/releases). ## License @@ -46,6 +46,6 @@ MIT ## See also - [fast JSON Patch](https://github.com/Starcounter-Jack/JSON-Patch) -- [JSON Patch Queue](https://github.com/PuppetJs/JSON-Patch-Queue) -- [JSON Patch OT](https://github.com/PuppetJs/JSON-Patch-OT) -- ...putting it all together: [PuppetJs](https://github.com/PuppetJs/PuppetJs) +- [JSON Patch Queue](https://github.com/Palindrom/JSON-Patch-Queue) +- [JSON Patch OT](https://github.com/Palindrom/JSON-Patch-OT) +- ...putting it all together: [Palindrom](https://github.com/Palindrom/Palindrom) diff --git a/bower.json b/bower.json index bae0c15..e2d3c9c 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "json-patch-ot", "version": "1.0.1", - "homepage": "https://github.com/PuppetJs/JSON-Patch-OT", + "homepage": "https://github.com/Palindrom/JSON-Patch-OT", "description": "JSON Patch Operational Transformations - resolves outdated JSON Patches (RFC6902) in real-time JSON collaboration", "authors": [ "Tomek Wytrebowicz " diff --git a/package.json b/package.json index 5da22c9..a2c7763 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/PuppetJs/JSON-Patch-OT.git" + "url": "https://github.com/Palindrom/JSON-Patch-OT.git" }, "keywords": [ "jsonpatch", @@ -21,9 +21,9 @@ "author": "Tomek Wytrebowicz", "license": "MIT", "bugs": { - "url": "https://github.com/PuppetJs/JSON-Patch-OT/issues" + "url": "https://github.com/Palindrom/JSON-Patch-OT/issues" }, - "homepage": "https://github.com/PuppetJs/JSON-Patch-OT", + "homepage": "https://github.com/Palindrom/JSON-Patch-OT", "engines": { "node": ">= 0.4.0" },