Skip to content

Commit c99d331

Browse files
committed
docs: fix broken anchor-link in "container restart" reference
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent f9ced58 commit c99d331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/commandline/container_restart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ container, `SIGTERM` is used as default.
4242
### <a name="timeout"></a> Stop container with timeout (-t, --timeout)
4343

4444
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.
45+
to stop after sending the pre-defined (see [`--signal`](#signal)) system call signal.
4646
If the container does not exit after the timeout elapses, it's forcibly killed
4747
with a `SIGKILL` signal.
4848

0 commit comments

Comments
 (0)