Skip to content

Commit d0a4271

Browse files
Merge pull request #812 from Mashimiao/config-lifecycle-links
config.md: lifecycle broken links fix
2 parents 45c3fd4 + c1332a9 commit d0a4271

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)