From 6f2bd8d79565c0ddfb830c68a144d8cd2e7f350b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 7 Sep 2018 09:31:40 -0400 Subject: Change references to cri-o to point at new repository Signed-off-by: Daniel J Walsh Closes: #1425 Approved by: mheon --- pkg/hooks/0.1.0/hook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/hooks/0.1.0/hook.go') diff --git a/pkg/hooks/0.1.0/hook.go b/pkg/hooks/0.1.0/hook.go index 4ebc5ff9d..49d833aa8 100644 --- a/pkg/hooks/0.1.0/hook.go +++ b/pkg/hooks/0.1.0/hook.go @@ -19,7 +19,7 @@ type Hook struct { Hook *string `json:"hook"` Arguments []string `json:"arguments,omitempty"` - // https://github.com/kubernetes-incubator/cri-o/pull/1235 + // https://github.com/kubernetes-sigs/cri-o/pull/1235 Stages []string `json:"stages"` Stage []string `json:"stage"` -- cgit v1.2.3-54-g00ecf