From 1e827f980750c94b0cc74ca54a187a79edb395bd Mon Sep 17 00:00:00 2001
From: Kenichi Omichi <ken1ohmichi@gmail.com>
Date: Tue, 26 Apr 2022 07:06:53 -0700
Subject: [PATCH] Update kata-containers.md (#8747)

* kata container related options exist in k8s-cluster.yml,
  not k8s_cluster.yml

* https://github.com/kata-containers/runtime has been archived and
  https://github.com/kata-containers/kata-containers is used today.
---
 docs/kata-containers.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/kata-containers.md b/docs/kata-containers.md
index 86295c5a2..9e7d6c469 100644
--- a/docs/kata-containers.md
+++ b/docs/kata-containers.md
@@ -10,7 +10,7 @@ _Qemu_ is the only hypervisor supported by Kubespray.
 
 To use Kata Containers, set the following variables:
 
-**k8s_cluster.yml**:
+**k8s-cluster.yml**:
 
 ```yaml
 container_manager: containerd
@@ -61,7 +61,7 @@ kata_containers_qemu_overhead_fixed_memory: 290Mi
 
 ### Optional : Select Kata Containers version
 
-Optionally you can select the Kata Containers release version to be installed. The available releases are published in [GitHub](https://github.com/kata-containers/runtime/releases).
+Optionally you can select the Kata Containers release version to be installed. The available releases are published in [GitHub](https://github.com/kata-containers/kata-containers/releases).
 
 ```yaml
 kata_containers_version: 2.2.2
-- 
GitLab