summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Chan <jeffchanjunwei@gmail.com>2018-03-02 09:36:10 +0800
committerGitHub <noreply@github.com>2018-03-02 09:36:10 +0800
commit09b6657f91e215f0b7d1a6493479620cee375c03 (patch)
tree2530af4fd8f496bb216dab9c4f7707e40d4d6d8c
parent01149334696410d38bc35793f4472e9540666967 (diff)
Update container-runtime-interface.md
-rw-r--r--contributors/devel/container-runtime-interface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/container-runtime-interface.md b/contributors/devel/container-runtime-interface.md
index 96091472..a408b60a 100644
--- a/contributors/devel/container-runtime-interface.md
+++ b/contributors/devel/container-runtime-interface.md
@@ -3,7 +3,7 @@
## What is CRI?
CRI (_Container Runtime Interface_) consists of a
-[protobuf API](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto),
+[protobuf API](https://git.k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto),
specifications/requirements (to-be-added),
and [libraries](https://git.k8s.io/kubernetes/pkg/kubelet/server/streaming)
for container runtimes to integrate with kubelet on a node. CRI is currently in Alpha.