From 5b2c70870bb9ddb3ed561790a1bdbf12710d710b Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Sat, 3 Aug 2024 00:09:52 +0800 Subject: [PATCH] fix(staging/cri-client): typos in README links Signed-off-by: Gyuho Lee --- staging/src/k8s.io/cri-client/CONTRIBUTING.md | 2 +- staging/src/k8s.io/cri-client/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/staging/src/k8s.io/cri-client/CONTRIBUTING.md b/staging/src/k8s.io/cri-client/CONTRIBUTING.md index 239b8ecd14f..25e47b7f8d6 100644 --- a/staging/src/k8s.io/cri-client/CONTRIBUTING.md +++ b/staging/src/k8s.io/cri-client/CONTRIBUTING.md @@ -2,6 +2,6 @@ Do not open pull requests directly against this repository, they will be ignored. Instead, please open pull requests against [kubernetes/kubernetes](https://git.k8s.io/kubernetes/). Please follow the same [contributing guide](https://git.k8s.io/kubernetes/CONTRIBUTING.md) you would follow for any other pull request made to kubernetes/kubernetes. -This repository is published from [kubernetes/kubernetes/staging/src/k8s.io/cri-api](https://git.k8s.io/kubernetes/staging/src/k8s.io/cri-api) by the [kubernetes publishing-bot](https://git.k8s.io/publishing-bot). +This repository is published from [kubernetes/kubernetes/staging/src/k8s.io/cri-client](https://git.k8s.io/kubernetes/staging/src/k8s.io/cri-client) by the [kubernetes publishing-bot](https://git.k8s.io/publishing-bot). Please see [Staging Directory and Publishing](https://git.k8s.io/community/contributors/devel/sig-architecture/staging.md) for more information. diff --git a/staging/src/k8s.io/cri-client/README.md b/staging/src/k8s.io/cri-client/README.md index 3201cf51aae..db246137d9e 100644 --- a/staging/src/k8s.io/cri-client/README.md +++ b/staging/src/k8s.io/cri-client/README.md @@ -9,7 +9,7 @@ CRI is a plugin interface which enables kubelet to use a wide variety of contain without the need to recompile. CRI consists of a protocol buffers and gRPC API. Read more about CRI at [kubernetes docs](https://kubernetes.io/docs/concepts/architecture/cri/). -The repository [kubernetes/cri-client](https://github.com/kubernetes/cri-api) is a mirror of https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/cri-client. +The repository [kubernetes/cri-client](https://github.com/kubernetes/cri-client) is a mirror of https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/cri-client. Please do **not** file issues or submit PRs against the [kubernetes/cri-client](https://github.com/kubernetes/cri-client) repository as it is readonly, all development is done in [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).