Skip to content

Commit

Permalink
Merge pull request #133 from divad12/switch-to-org
Browse files Browse the repository at this point in the history
Transfer repo to an org! github.com/divad12 --> github.com/vim-awesome
  • Loading branch information
divad12 committed Apr 10, 2016
2 parents 70eef60 + 90d3800 commit b020439
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ repos on GitHub, it is still a useful source of relative usage data.
$ make init_db
```

1. Seed the database with some test data. Download [this database dump](https://github.com/divad12/vim-awesome/releases/download/v1.1/rethinkdb_dump_2016-03-08.tar.gz), and then run
1. Seed the database with some test data. Download [this database dump](https://github.com/vim-awesome/vim-awesome/releases/download/v1.1/rethinkdb_dump_2016-03-08.tar.gz), and then run


```sh
Expand All @@ -78,9 +78,9 @@ repos on GitHub, it is still a useful source of relative usage data.

## Contributing

Take a look at [some of these issues](https://github.com/divad12/vim-awesome/issues?labels=easyfix&state=open) to get started.
Take a look at [some of these issues](https://github.com/vim-awesome/vim-awesome/issues?labels=easyfix&state=open) to get started.

Chat with us on [Gitter](https://gitter.im/divad12/vim-awesome)!
Chat with us on [Gitter](https://gitter.im/vim-awesome/vim-awesome)!

## Acknowledgements

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/divad12/vim-awesome.git"
"url": "git://github.com/vim-awesome/vim-awesome.git"
},
"devDependencies": {
"eslint": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NEW_CLONE=repos/vim-awesome-`date +%s`

# Do the clone
echo "Cloning vim-awesome"
git clone git@github.com:divad12/vim-awesome.git $NEW_CLONE > /dev/null
git clone git@github.com:vim-awesome/vim-awesome.git $NEW_CLONE > /dev/null

# TODO(david): Use virtualenv so we don't have to sudo pip install
echo "Installing Python requirements"
Expand Down
2 changes: 1 addition & 1 deletion web/static/js/AboutPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var AboutPage = React.createClass({
<ul>
<li>
Tackle a{' '}
<a href="https://github.com/divad12/vim-awesome/issues?labels=easyfix&amp;state=open">
<a href="https://github.com/vim-awesome/vim-awesome/issues?labels=easyfix&amp;state=open">
starter issue on GitHub
</a> (or report an issue!).
</li>
Expand Down
2 changes: 1 addition & 1 deletion web/static/js/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var Footer = React.createClass({
</div>
</div>
<div className="github-section">
<a href="https://github.com/divad12/vim-awesome"
<a href="https://github.com/vim-awesome/vim-awesome"
className="github-link">
Contribute
<i className="icon-github"></i>
Expand Down

0 comments on commit b020439

Please sign in to comment.