Skip to content

Commit 1c712a0

Browse files
committed
Fixed Broken link to api.proto
1 parent ad1bca2 commit 1c712a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/sig-node/container-runtime-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
CRI (_Container Runtime Interface_) consists of a
66
specifications/requirements (to-be-added),
7-
[protobuf API](https://git.k8s.io/kubernetes/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto),
7+
[protobuf API](https://git.k8s.io/kubernetes/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto),
88
and [libraries](https://git.k8s.io/kubernetes/pkg/kubelet/cri/streaming)
99
for container runtimes to integrate with kubelet on a node. The CRI API is
1010
currently in Alpha, and the CRI-Docker integration is used by default as of

0 commit comments

Comments
 (0)