From 146b8b968a15fdac9dae74b50b4e7afb418cc954 Mon Sep 17 00:00:00 2001 From: Martin Tovmassian Date: Mon, 10 Jun 2024 14:21:59 +0200 Subject: [PATCH] :pencil: (README) fix dead link on zombie processes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 884a1e4..1a5e240 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ the container - but NOT to any other process. If the CMD is the actual application (exec java -jar whatever) then this works fine as it will also clean up its subprocesses. In many other cases it is not sufficient leaving -[zombie processes](https://www.howtogeek.com/119815/) +[zombie processes](https://www.howtogeek.com/119815/htg-explains-what-is-a-zombie-process-on-linux/) around. Zombie processes may also occur when a master process does