From 574e7f433b2e83b358a1f4235be213b3b7424a2c Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 11 Dec 2020 15:39:05 +0100 Subject: [PATCH] docs(README.md): correct broken links Signed-off-by: Leonardo Grasso --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 250c8a49..6d2bc813 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ If you would like to run Falco in **production** please adhere to the [official | Tool | Link | Note | |----------|--------------------------------------------------------------------------------------------|--------------------------------------------------------------------| | Helm | [Chart Repository](https://github.com/falcosecurity/charts/tree/master/falco#introduction) | The Falco community offers regular helm chart releases. | -| Minikube | [Tutorial](https://falco.org/docs/third-party/#minikube) | The Falco driver has been baked into minikube for easy deployment. | -| Kind | [Tutorial](https://falco.org/docs/third-party/#kind) | Running Falco with kind requires a driver on the host system. | -| GKE | [Tutorial](https://falco.org/docs/third-party/#gke) | We suggest using the eBPF driver for running Falco on GKE. | +| Minikube | [Tutorial](https://falco.org/docs/getting-started/third-party/#minikube) | The Falco driver has been baked into minikube for easy deployment. | +| Kind | [Tutorial](https://falco.org/docs/getting-started/third-party/#kind) | Running Falco with kind requires a driver on the host system. | +| GKE | [Tutorial](https://falco.org/docs/getting-started/third-party/#gke) | We suggest using the eBPF driver for running Falco on GKE. | ### Developing