diff options
| author | Yu-Ju Hong <yjhong@google.com> | 2016-12-05 10:42:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-05 10:42:15 -0800 |
| commit | 53295515644267fdb4db2c1cb57a03e3ea22c357 (patch) | |
| tree | 532cccbf78e128acf5cda18ea197b9dd9f0e7ece | |
| parent | eb94ecf057427ef1ddce753c36d1b7386f0a836f (diff) | |
| parent | 176c628a157df08304745677d75a8aa9becb4cca (diff) | |
Merge pull request #141 from feiskyer/cri
Fix links of cri protobuf API
| -rw-r--r-- | contributors/devel/container-runtime-interface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/container-runtime-interface.md b/contributors/devel/container-runtime-interface.md index cab42cb5..1993cfc5 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](../../pkg/kubelet/api/v1alpha1/runtime/api.proto), +[protobuf API](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/api/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. |
