Fix broken link

Closes #651
This commit is contained in:
Sindre Sorhus
2017-01-29 14:17:51 +07:00
committed by GitHub
parent 7901980ea9
commit 4c4fdd11f4

View File

@@ -708,7 +708,7 @@ Check out my [blog](https://blog.sindresorhus.com) 🦄 or say *hi* on [Twitter]
- [node-windows](https://github.com/coreybutler/node-windows) - Run scripts as a native Windows service and log to the Event viewer. - [node-windows](https://github.com/coreybutler/node-windows) - Run scripts as a native Windows service and log to the Event viewer.
- [forever](https://github.com/foreverjs/forever) - Ensures that a given script runs continuously. - [forever](https://github.com/foreverjs/forever) - Ensures that a given script runs continuously.
- [supervisor](https://github.com/petruisfan/node-supervisor) - Restart scripts when they crash or restart when a `*.js` file changes. - [supervisor](https://github.com/petruisfan/node-supervisor) - Restart scripts when they crash or restart when a `*.js` file changes.
- [Phusion Passenger](https://www.phusionpassenger.com/node_weekly) - Friendly process manager that integrates directly into Nginx. - [Phusion Passenger](https://www.phusionpassenger.com) - Friendly process manager that integrates directly into Nginx.
- [naught](https://github.com/andrewrk/naught) - Process manager with zero downtime deployment. - [naught](https://github.com/andrewrk/naught) - Process manager with zero downtime deployment.