diff --git a/README.md b/README.md index 85d342cf6..86127d5d4 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ a code editor. ### Screenshot - jsoneditoronline + jsoneditor @@ -35,9 +35,9 @@ a code editor. - Web app: http://jsoneditoronline.org/ - Chrome app: https://chrome.google.com/webstore/detail/json-editor/lhkmoheomjbkfloacpgllgjcamhihfaj -- Wiki: https://github.com/josdejong/jsoneditoronline/wiki/ +- Wiki: https://github.com/josdejong/jsoneditor/wiki/ - Downloads: http://jsoneditoronline.org/downloads/ -- Sourcecode: https://github.com/josdejong/jsoneditoronline/ +- Sourcecode: https://github.com/josdejong/jsoneditor/ ### Install diff --git a/component.json b/component.json index 462f3dfe2..2b39dfde1 100644 --- a/component.json +++ b/component.json @@ -11,9 +11,9 @@ "homepage": "http://jsoneditoronline.org/", "repository": { "type": "git", - "url": "https://github.com/josdejong/jsoneditoronline.git" + "url": "https://github.com/josdejong/jsoneditor.git" }, - "bugs": "https://github.com/josdejong/jsoneditoronline/issues", + "bugs": "https://github.com/josdejong/jsoneditor/issues", "ignore": [ "app", "build", diff --git a/package.json b/package.json index a91fb2e3f..4a40b8c1f 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "homepage": "http://jsoneditoronline.org/", "repository": { "type": "git", - "url": "https://github.com/josdejong/jsoneditoronline.git" + "url": "https://github.com/josdejong/jsoneditor.git" }, - "bugs": "https://github.com/josdejong/jsoneditoronline/issues", + "bugs": "https://github.com/josdejong/jsoneditor/issues", "scripts": { "prepublish": "jake" },