Skip to content
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

Merged
merged 1 commit into from
Nov 13, 2017
Merged

Conversation

zhouhao3
Copy link

Signed-off-by: zhouhao zhouhao@cn.fujitsu.com

Copy link
Contributor

@wking wking left a 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>
@zhouhao3
Copy link
Author

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.
Copy link
Contributor

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.

@hqhq
Copy link
Contributor

hqhq commented Nov 6, 2017

LGTM

Approved with PullApprove

@zhouhao3
Copy link
Author

zhouhao3 commented Nov 11, 2017

ping @crosbymichael PTAL

@crosbymichael
Copy link
Member

crosbymichael commented Nov 13, 2017

LGTM

Thanks @q384566678

Approved with PullApprove

@crosbymichael crosbymichael merged commit 75c847a into opencontainers:master Nov 13, 2017
@zhouhao3 zhouhao3 deleted the hook-link branch November 14, 2017 01:06
@vbatts vbatts mentioned this pull request Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants