From a0a7dbbb83670e0684d6ce783bf1fd979a7cc9b5 Mon Sep 17 00:00:00 2001 From: Jon Gadsden Date: Tue, 9 Feb 2021 14:04:40 +0000 Subject: [PATCH] Update links to point to jsGraph --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": {