From 4522ad886660eb351979f0ad293e0f6db467a574 Mon Sep 17 00:00:00 2001 From: Bennett-White Date: Wed, 1 Mar 2023 14:44:25 -0500 Subject: [PATCH] Update CRI guide link Signed-off-by: Bennett-White --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7849dda47..25bcaeebe 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ A Kubernetes incubator project, [cri-tools](https://github.com/kubernetes-sigs/c #### CRI Guides * [Installing with Ansible and Kubeadm](contrib/ansible/README.md) -* [For Non-Ansible Users, Preforming a Custom Installation Using the Release Tarball and Kubeadm](docs/cri/installation.md) +* [For Non-Ansible Users, Preforming a Custom Installation Using the Release Tarball and Kubeadm](docs/getting-started.md) * [CRI Plugin Testing Guide](./docs/cri/testing.md) * [Debugging Pods, Containers, and Images with `crictl`](./docs/cri/crictl.md) * [Configuring `cri` Plugins](./docs/cri/config.md)