From c5c5334b0803299dea03dc10feaf1070802c13f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Thu, 25 Dec 2025 22:01:23 +0100 Subject: [PATCH] lib/elixir/lib/process.ex: Fix dead link to what was "The need for monitoring" but is now "Links and monitors" Fixes: commit ce64fc364d368705759d0982b72a4ba98572caa6 ("Revamp Mix & OTP guides (#14637)") Sponsored-by: https://beaverlabs.net --- lib/elixir/lib/process.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elixir/lib/process.ex b/lib/elixir/lib/process.ex index ffb6ff2275d..9fba75028ed 100644 --- a/lib/elixir/lib/process.ex +++ b/lib/elixir/lib/process.ex @@ -534,7 +534,7 @@ defmodule Process do If the process is already dead when calling `Process.monitor/1`, a `:DOWN` message is delivered immediately. - See ["The need for monitoring"](genservers.md#the-need-for-monitoring) + See ["Links and monitors"](genservers.md#links-and-monitors) for an example. See `:erlang.monitor/2` for more information. Inlined by the compiler.