Skip to content

Commit 14bbf8c

Browse files
committed
Fix links in readme
This also fixed the build status image and I've switched a few links from http to https
1 parent 477c460 commit 14bbf8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# forever [![Build Status](https://api.travis-ci.org/nodejitsu/forever.svg)](http://travis-ci.org/nodejitsu/forever)
1+
# forever [![Build Status](https://api.travis-ci.org/foreverjs/forever.svg)](https://travis-ci.org/foreverjs/forever)
22

33
A simple CLI tool for ensuring that a given script runs continuously (i.e. forever).
44

@@ -167,9 +167,9 @@ Starts the `forever` HTTP server for communication with the forever CLI. **NOTE:
167167
```
168168

169169
#### License: MIT
170-
#### Author: [Charlie Robbins](http://github.com/indexzero)
171-
#### Contributors: [Fedor Indutny](http://github.com/indutny), [James Halliday](http://substack.net/), [Charlie McConnell](http://github.com/avianflu), [Maciej Malecki](http://github.com/mmalecki), [John Lancaster](http://jlank.com)
170+
#### Author: [Charlie Robbins](https://github.com/indexzero)
171+
#### Contributors: [Fedor Indutny](https://github.com/indutny), [James Halliday](http://substack.net/), [Charlie McConnell](https://github.com/avianflu), [Maciej Malecki](https://github.com/mmalecki), [John Lancaster](http://jlank.com)
172172

173-
[0]: http://github.com/nodejitsu/forever-monitor
174-
[1]: http://github.com/nodejitsu/forever-monitor/tree/master/examples
175-
[2]: https://github.com/nodejitsu/forever/blob/master/lib/forever/cli.js
173+
[0]: https://github.com/foreverjs/forever-monitor
174+
[1]: https://github.com/foreverjs/forever-monitor/tree/master/examples
175+
[2]: https://github.com/foreverjs/forever/blob/master/lib/forever/cli.js

0 commit comments

Comments
 (0)