From a0e090e8d61878559ab3aa4f5b61802bf999ec37 Mon Sep 17 00:00:00 2001 From: KE programmer Date: Thu, 21 Nov 2024 13:55:32 +0300 Subject: [PATCH] Fix broken like to Procfile documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cea957a..b5a86eb 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ deployment to `git` and server management to `ssh`, there is no need for frameworks beyond stock Python 3 and the UNIX shell. [git-pack-protocol]: https://github.com/git/git/blob/master/Documentation/technical/pack-protocol.txt -[procfile]: https://github.com/piku/piku/blob/master/docs/DESIGN.md#procfile-format +[procfile]: https://piku.github.io/configuration/procfile.html [cron]: https://uwsgi-docs.readthedocs.io/en/latest/Cron.html ### Where are the containers? Where is the orchestrator?