From 2fd508d4f12fec139e495041b5ee1314eb1cd1dd Mon Sep 17 00:00:00 2001 From: Karuppiah Natarajan Date: Wed, 2 Aug 2023 21:21:45 +0530 Subject: [PATCH] docs: fix link for stopping an agent (#18130) --- website/content/docs/operations/nomad-agent.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/operations/nomad-agent.mdx b/website/content/docs/operations/nomad-agent.mdx index 70095397b..474eed327 100644 --- a/website/content/docs/operations/nomad-agent.mdx +++ b/website/content/docs/operations/nomad-agent.mdx @@ -103,7 +103,7 @@ workloads before shutting down. ## Signal Handling In addition to the optional handling of interrupt (`SIGINT`) and terminate -signals (`SIGTERM`) described in [Stopping an Agent][#stopping-an-agent], Nomad +signals (`SIGTERM`) described in [Stopping an Agent](#stopping-an-agent), Nomad supports special behavior for several other signals useful for debugging. * `SIGHUP` will cause Nomad to [reload its configuration][].