Skip to content

Commit c1332a9

Browse files
author
Ma Shimiao
committed
config.md: lifecycle broken links fix
fix lifecycle broken links that are left behind Signed-off-by: Ma Shimiao <[email protected]>
1 parent 3d8270e commit c1332a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,12 @@ On Linux, for example, they are called after the container namespaces are create
379379

380380
### <a name="configHooksPoststart" />Poststart
381381

382-
The post-start hooks MUST be called [after the user-specified process is executed](runtime#lifecycle) but before the [`start`](runtime.md#start) operation returns.
382+
The post-start hooks MUST be called [after the user-specified process is executed](runtime.md#lifecycle) but before the [`start`](runtime.md#start) operation returns.
383383
For example, this hook can notify the user that the container process is spawned.
384384

385385
### <a name="configHooksPoststop" />Poststop
386386

387-
The post-stop hooks MUST be called [after the container is deleted](runtime#lifecycle) but before the [`delete`](runtime.md#delete) operation returns.
387+
The post-stop hooks MUST be called [after the container is deleted](runtime.md#lifecycle) but before the [`delete`](runtime.md#delete) operation returns.
388388
Cleanup or debugging functions are examples of such a hook.
389389

390390
### Example

0 commit comments

Comments
 (0)