Skip to content

Commit

Permalink
fix links (moved to org)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Oct 9, 2015
1 parent 139e495 commit 6937859
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var alwaysDone = require('always-done')


## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/tunnckoCore/always-done/issues/new).
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/hybridables/always-done/issues/new).
But before doing anything, please read the [CONTRIBUTING.md](./CONTRIBUTING.md) guidelines.


Expand All @@ -32,21 +32,21 @@ But before doing anything, please read the [CONTRIBUTING.md](./CONTRIBUTING.md)
[npmjs-url]: https://www.npmjs.com/package/always-done
[npmjs-img]: https://img.shields.io/npm/v/always-done.svg?label=always-done

[license-url]: https://github.com/tunnckoCore/always-done/blob/master/LICENSE.md
[license-url]: https://github.com/hybridables/always-done/blob/master/LICENSE.md
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg


[codeclimate-url]: https://codeclimate.com/github/tunnckoCore/always-done
[codeclimate-img]: https://img.shields.io/codeclimate/github/tunnckoCore/always-done.svg
[codeclimate-url]: https://codeclimate.com/github/hybridables/always-done
[codeclimate-img]: https://img.shields.io/codeclimate/github/hybridables/always-done.svg

[travis-url]: https://travis-ci.org/tunnckoCore/always-done
[travis-img]: https://img.shields.io/travis/tunnckoCore/always-done.svg
[travis-url]: https://travis-ci.org/hybridables/always-done
[travis-img]: https://img.shields.io/travis/hybridables/always-done.svg

[coveralls-url]: https://coveralls.io/r/tunnckoCore/always-done
[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/always-done.svg
[coveralls-url]: https://coveralls.io/r/hybridables/always-done
[coveralls-img]: https://img.shields.io/coveralls/hybridables/always-done.svg

[david-url]: https://david-dm.org/tunnckoCore/always-done
[david-img]: https://img.shields.io/david/tunnckoCore/always-done.svg
[david-url]: https://david-dm.org/hybridables/always-done
[david-img]: https://img.shields.io/david/hybridables/always-done.svg

[standard-url]: https://github.com/feross/standard
[standard-img]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* always-done <https://github.com/tunnckoCore/always-done>
* always-done <https://github.com/hybridables/always-done>
*
* Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "always-done",
"version": "0.7.1",
"description": "wip, handles completion and errors of anything!",
"repository": "tunnckoCore/always-done",
"repository": "hybridables/always-done",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"main": "index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* always-done <https://github.com/tunnckoCore/always-done>
* always-done <https://github.com/hybridables/always-done>
*
* Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion test/callbacks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* always-done <https://github.com/tunnckoCore/always-done>
* always-done <https://github.com/hybridables/always-done>
*
* Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion test/child_processes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* always-done <https://github.com/tunnckoCore/always-done>
* always-done <https://github.com/hybridables/always-done>
*
* Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion test/errors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* always-done <https://github.com/tunnckoCore/always-done>
* always-done <https://github.com/hybridables/always-done>
*
* Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion test/observables.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* always-done <https://github.com/tunnckoCore/always-done>
* always-done <https://github.com/hybridables/always-done>
*
* Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion test/promises.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* always-done <https://github.com/tunnckoCore/always-done>
* always-done <https://github.com/hybridables/always-done>
*
* Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion test/streams.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* always-done <https://github.com/tunnckoCore/always-done>
* always-done <https://github.com/hybridables/always-done>
*
* Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion test/sync.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* always-done <https://github.com/tunnckoCore/always-done>
* always-done <https://github.com/hybridables/always-done>
*
* Copyright (c) 2015 Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)
* Released under the MIT license.
Expand Down

0 comments on commit 6937859

Please sign in to comment.