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 8a391ed commit 7d5444a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ You need a global node executable.
Install [apt-vim](https://github.com/egalpin/apt-vim) and then run the
following in terminal:

`apt-vim install -y https://github.com/marijnh/tern_for_vim.git`
`apt-vim install -y https://github.com/ternjs/tern_for_vim.git`


## Configuration
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"description": "Sublime Text package for Vim",
"repository": {
"type": "git",
"url": "git://github.com/marijnh/tern_for_vim.git"
"url": "git://github.com/ternjs/tern_for_vim.git"
},
"dependencies": {
"tern": ">=0.5"
Expand Down
2 changes: 1 addition & 1 deletion vim_config.json
Expand Up @@ -23,7 +23,7 @@
}
],
"name": "tern_for_vim",
"pkg-url": "https://github.com/marijnh/tern_for_vim.git",
"pkg-url": "https://github.com/ternjs/tern_for_vim.git",
"recipe": {
"all": [
"npm install"
Expand Down

0 comments on commit 7d5444a

Please sign in to comment.