Skip to content

Commit

Permalink
Updated repository urls
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed May 3, 2013
1 parent 9dda39d commit 2140125
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ a code editor.
### Screenshot

<a href="http://jsoneditoronline.org">
<img alt="jsoneditoronline"
src="https://raw.github.com/josdejong/jsoneditoronline/master/misc/screenshots/jsoneditoronline.png">
<img alt="jsoneditor"
src="https://raw.github.com/josdejong/jsoneditor/master/misc/screenshots/jsoneditoronline.png">
</a>


Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 2140125

Please sign in to comment.