summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Burns <bburns@microsoft.com>2017-06-13 10:17:11 -0700
committerGitHub <noreply@github.com>2017-06-13 10:17:11 -0700
commit5b5f0e055cae23f2a8cedaa330766c6aea592a57 (patch)
treea92235c69e50171329fdcdf0513e3c0b6f3dc9ff
parent069288868162167d80d13cdd7eba98e50f4703ba (diff)
Fix link to CRI API
-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 564d51f3..4d763fcc 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/api/v1alpha1/runtime/api.proto),
+[protobuf API](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto),
specifications/requirements (to-be-added),
and [libraries] (https://github.com/kubernetes/kubernetes/tree/master/pkg/kubelet/server/streaming)
for container runtimes to integrate with kubelet on a node. CRI is currently in Alpha.