diff --git a/package.json b/package.json index babca1270..0d21b4814 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mxgraph", "description": "mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.", "version": "4.2.2", - "homepage": "https://github.com/jgraph/mxgraph", + "homepage": "https://github.com/jsgraph/mxgraph", "author": { "name": "JGraph Ltd", "email": "support@jgraph.com" @@ -10,10 +10,10 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "git+https://github.com/jgraph/mxgraph.git" + "url": "git+https://github.com/jsgraph/mxgraph.git" }, "bugs": { - "url": "https://github.com/jgraph/mxgraph/issues" + "url": "https://github.com/jsgraph/mxgraph/issues" }, "main": "./javascript/dist/build.js", "scripts": {