From 765bd198f15ab1c73182a0c7a27f5100a0c759db Mon Sep 17 00:00:00 2001 From: Pushkar Mishra Date: Sun, 19 Nov 2023 19:19:10 +0530 Subject: [PATCH] [DOC] fixed typo and broken links (#8954) Signed-off-by: Pushkar Mishra Co-authored-by: Chip Zoller --- cmd/cli/kubectl-kyverno/README.md | 2 +- .../background-only/cluster-policy/no-admission-event/README.md | 2 +- .../kuttl/background-only/policy/no-admission-event/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/cli/kubectl-kyverno/README.md b/cmd/cli/kubectl-kyverno/README.md index 102c647e71..c026151046 100644 --- a/cmd/cli/kubectl-kyverno/README.md +++ b/cmd/cli/kubectl-kyverno/README.md @@ -12,7 +12,7 @@ The CLI can be used as a standalone tool or as a kubectl plugin. 👉 **[Installation](https://kyverno.io/docs/kyverno-cli/#cli-commands)** -👉 **[Reference docs](../../../docs/user/cli/kyverno.md)** +👉 **[Reference docs](../../../docs/user/cli/commands/kyverno.md)** ## 🔧 GitHub Action diff --git a/test/conformance/kuttl/background-only/cluster-policy/no-admission-event/README.md b/test/conformance/kuttl/background-only/cluster-policy/no-admission-event/README.md index cbc68bc783..8e7d11859b 100644 --- a/test/conformance/kuttl/background-only/cluster-policy/no-admission-event/README.md +++ b/test/conformance/kuttl/background-only/cluster-policy/no-admission-event/README.md @@ -6,5 +6,5 @@ Then it creates a resource that violates the policy. ## Expected Behavior The resource creates fine as the policy doesn't apply at admission time. -No admission ezvent is created. +No admission event is created. One background event is created. diff --git a/test/conformance/kuttl/background-only/policy/no-admission-event/README.md b/test/conformance/kuttl/background-only/policy/no-admission-event/README.md index cbc68bc783..8e7d11859b 100644 --- a/test/conformance/kuttl/background-only/policy/no-admission-event/README.md +++ b/test/conformance/kuttl/background-only/policy/no-admission-event/README.md @@ -6,5 +6,5 @@ Then it creates a resource that violates the policy. ## Expected Behavior The resource creates fine as the policy doesn't apply at admission time. -No admission ezvent is created. +No admission event is created. One background event is created.