Skip to content

Commit

Permalink
Update repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 27, 2015
1 parent 3d1daec commit e3c3737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Check out the code in this repository into a subdirectory of your
Sublime Text's `Packages` directory.

cd /path/to/sublime-text-N/Packages
git clone git://github.com/marijnh/tern_for_sublime.git
git clone git://github.com/ternjs/tern_for_sublime.git

Next, make sure [node.js][node] and [npm][npm] are installed (Tern is
a JavaScript program), and install the depedencies of the package.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Sublime Text package for Tern",
"repository": {
"type": "git",
"url": "git://github.com/marijnh/tern_for_sublime.git"
"url": "git://github.com/ternjs/tern_for_sublime.git"
},
"dependencies": {
"tern": ">=0.5"
Expand Down

0 comments on commit e3c3737

Please sign in to comment.