From 7edf4f0825d9082085b94a92227a312e2d6e8f29 Mon Sep 17 00:00:00 2001 From: cncal Date: Thu, 30 May 2024 09:25:20 +0800 Subject: [PATCH] readme: fix lost pages in README.md Signed-off-by: cncal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faaa13316..a97a28424 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,11 @@ Refer to the [install page](https://mirantis.github.io/cri-dockerd/usage/install ### Installing manually -If you want to run `cri-dockerd` on an unsupported platform, instructions can be found on the [manual install page](https://mirantis.github.io/cri-dockerd/usage/manual-install/). +If you want to run `cri-dockerd` on an unsupported platform, instructions can be found on the [manual install page](https://mirantis.github.io/cri-dockerd/usage/install-manually/). ### To use with Kubernetes -If you want to use `cri-dockerd` with Kubernetes, you can find instructions on the [Kubernetes page](https://mirantis.github.io/cri-dockerd/usage/kubernetes/). +If you want to use `cri-dockerd` with Kubernetes, you can find instructions on the [Kubernetes page](https://mirantis.github.io/cri-dockerd/usage/using-with-kubernetes/). ## Developing cri-dockerd