Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Oct 8, 2015
1 parent d8b9396 commit 3e30511
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ es6template.render('Hello ${place} and ${user.name}!', locals).body


## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/tunnckoCore/jstransformer-es6-template/issues/new).
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jstransformers/jstransformer-es6-template/issues/new).


## License
Expand All @@ -43,13 +43,13 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea
[license-url]: ./LICENSE
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg

[travis-url]: https://travis-ci.org/tunnckoCore/jstransformer-es6-template
[travis-img]: https://img.shields.io/travis/tunnckoCore/jstransformer-es6-template.svg
[travis-url]: https://travis-ci.org/jstransformers/jstransformer-es6-template
[travis-img]: https://img.shields.io/travis/jstransformers/jstransformer-es6-template.svg

[coveralls-url]: https://coveralls.io/r/tunnckoCore/jstransformer-es6-template
[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/jstransformer-es6-template.svg
[coveralls-url]: https://coveralls.io/r/jstransformers/jstransformer-es6-template
[coveralls-img]: https://img.shields.io/coveralls/jstransformers/jstransformer-es6-template.svg

[david-url]: https://david-dm.org/tunnckoCore/jstransformer-es6-template
[david-img]: https://img.shields.io/david/tunnckoCore/jstransformer-es6-template.svg
[david-url]: https://david-dm.org/jstransformers/jstransformer-es6-template
[david-img]: https://img.shields.io/david/jstransformers/jstransformer-es6-template.svg

[jstransformers-url]: http://github.com/jstransformers
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"coverage": "test-jstransformer coverage",
"test": "test-jstransformer"
},
"repository": "tunnckoCore/jstransformer-es6-template",
"repository": "jstransformers/jstransformer-es6-template",
"author": "JSTransformers Team (https://github.com/orgs/jstransformers/people)",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 3e30511

Please sign in to comment.