From b2b4422b8b0ddd1a80d842c41e3ceef82492c95d Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Mon, 19 Aug 2024 05:55:50 +0000 Subject: [PATCH] README: update foreman manpage link GitHub Pages no longer serves user content from the .com domain. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1103dd..08727f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Node Foreman [![Build Status](https://travis-ci.org/strongloop/node-foreman.svg)](https://travis-ci.org/strongloop/node-foreman) Node Foreman is a Node.js version of the popular -[Foreman](http://ddollar.github.com/foreman/) tool, +[Foreman](http://ddollar.github.io/foreman/) tool, with a few Node specific changes. > Foreman is a manager for Procfile-based applications.