From 4c4fdd11f4d95c91f66ed36a66d11e0efa289a63 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 29 Jan 2017 14:17:51 +0700 Subject: [PATCH] Fix broken link Closes #651 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e3d70cb..ea9dd49 100644 --- a/readme.md +++ b/readme.md @@ -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. - [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. -- [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.