We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ced58 commit c99d331Copy full SHA for c99d331
1 file changed
docs/reference/commandline/container_restart.md
@@ -42,7 +42,7 @@ container, `SIGTERM` is used as default.
42
### <a name="timeout"></a> Stop container with timeout (-t, --timeout)
43
44
The `--timeout` flag sets the number of seconds to wait for the container
45
-to stop after sending the pre-defined (see [`--signal`]{#signal)) system call signal.
+to stop after sending the pre-defined (see [`--signal`](#signal)) system call signal.
46
If the container does not exit after the timeout elapses, it's forcibly killed
47
with a `SIGKILL` signal.
48
0 commit comments