From 34bdddbeb5550d42ec6e355bbd56e917283452fe Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 28 Jun 2021 17:44:36 +0000 Subject: [PATCH] docs: Fix url in virtiofs documentation This PR updates the url for virtiofs documentation. Fixes #2134 Signed-off-by: Gabriela Cervantes --- docs/how-to/how-to-use-virtio-fs-with-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-use-virtio-fs-with-kata.md b/docs/how-to/how-to-use-virtio-fs-with-kata.md index 2c22c6552..f7c098fda 100644 --- a/docs/how-to/how-to-use-virtio-fs-with-kata.md +++ b/docs/how-to/how-to-use-virtio-fs-with-kata.md @@ -9,4 +9,4 @@ Container deployments utilize explicit or implicit file sharing between host fil As of the 2.0 release of Kata Containers, [virtio-fs](https://virtio-fs.gitlab.io/) is the default filesystem sharing mechanism. -virtio-fs support works out of the box for `cloud-hypervisor` and `qemu`, when Kata Containers is deployed using `kata-deploy`. Learn more about `kata-deploy` and how to use `kata-deploy` in Kubernetes [here](https://github.com/kata-containers/packaging/tree/master/kata-deploy#kubernetes-quick-start). \ No newline at end of file +virtio-fs support works out of the box for `cloud-hypervisor` and `qemu`, when Kata Containers is deployed using `kata-deploy`. Learn more about `kata-deploy` and how to use `kata-deploy` in Kubernetes [here](https://github.com/kata-containers/kata-containers/tree/main/tools/packaging/kata-deploy#kubernetes-quick-start).