From c0eeed2d5247c7bd6b725ccfc4c4a9aab32f68a6 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 4 Aug 2021 20:21:09 -0700 Subject: [PATCH] Update Gracefully-Stopping.md --- docs/Gracefully-Stopping.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gracefully-Stopping.md b/docs/Gracefully-Stopping.md index f40d078..eff12ff 100644 --- a/docs/Gracefully-Stopping.md +++ b/docs/Gracefully-Stopping.md @@ -8,9 +8,9 @@ **Contents:** -* [How to tell Gooey which shutdown signal to use](how-to-tell-gooey-which-signal-to-use) -* [How to catch KeyboardInterrupts](How-to-catch-KeyboardInterrupts) -* [How to catch general interrupt signals](How-to-catch-general-interrupt-signals) +* [How to tell Gooey which shutdown signal to use](#how-to-tell-gooey-which-signal-to-use) +* [How to catch KeyboardInterrupts](#How-to-catch-KeyboardInterrupts) +* [How to catch general interrupt signals](#How-to-catch-general-interrupt-signals) By default, Gooey will kill the child process without any chance for cleanup. This guide will explain how to adjust that behavior so that you can detect when Gooey is attempting to close your process and use that signal to shutdown gracefully.