-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix the link to hook #933
fix the link to hook #933
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch; I'd missed this in both #838 and #870 :/. There are still two more broken references:
$ git grep -i config.md#hooks origin/pr/933 *.md
origin/pr/933:README.md:[Hook](config.md#hooks) developers can extend the functionality of an OCI-compliant runtime by hooking into a container's lifecycle with an external application.
origin/pr/933:runtime.md:See [runtime configuration for hooks](./config.md#hooks) for more information.
which can either be fixed in this PR or in follow-up work.
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
updated. |
@@ -137,4 +137,4 @@ Once a container is deleted its ID MAY be used by a subsequent container. | |||
|
|||
## <a name="runtimeHooks" />Hooks | |||
Many of the operations specified in this specification have "hooks" that allow for additional actions to be taken before or after each operation. | |||
See [runtime configuration for hooks](./config.md#hooks) for more information. | |||
See [runtime configuration for hooks](./config.md#posix-platform-hooks) for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While we're touching this, I'd drop the useless ./
prefix. But I'm fine with this PR landing without that change.
ping @crosbymichael PTAL |
Signed-off-by: zhouhao zhouhao@cn.fujitsu.com