From 5897707980b88e593e223c1cdba6f9e64784a10f Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 21 Oct 2022 15:14:04 +0200 Subject: [PATCH] docs(events): correct URL to `main` branch Signed-off-by: Leonardo Grasso --- events/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/README.md b/events/README.md index 8c657331..78c52438 100644 --- a/events/README.md +++ b/events/README.md @@ -45,7 +45,7 @@ func WriteBelowEtc(h events.Helper) error { The `k8saudit` collection includes a facilitator for implementing *actions* that ones of just need to create K8s resources. -Basically, all files within the [./k8saudit/yaml/](https://github.com/falcosecurity/event-generator/tree/master/events/k8saudit/yaml) folder will be embedded into the binary at build time, then [yaml_loader.go](https://github.com/falcosecurity/event-generator/blob/master/events/k8saudit/yaml_loader.go) will automatically create and register an *action* for each of those at initialization time. +Basically, all files within the [./k8saudit/yaml/](https://github.com/falcosecurity/event-generator/tree/main/events/k8saudit/yaml) folder will be embedded into the binary at build time, then [yaml_loader.go](https://github.com/falcosecurity/event-generator/blob/main/events/k8saudit/yaml_loader.go) will automatically create and register an *action* for each of those at initialization time. ## Usage