From 4d4003f6f9aa60f120f51a8eea71926794304ae8 Mon Sep 17 00:00:00 2001 From: Alex Bissessur <61658620+xelab04@users.noreply.github.com> Date: Tue, 16 Sep 2025 18:41:19 +0400 Subject: [PATCH] fix broken k3kcli docs path (#463) Signed-off-by: alex --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 516911b4..da993510 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -6,7 +6,7 @@ This document provides advanced usage information for k3k, including detailed us The `Cluster` resource provides a variety of fields for customizing the behavior of your virtual clusters. You can check the [CRD documentation](./crds/crd-docs.md) for the full specs. -**Note:** Most of these customization options can also be configured using the `k3kcli` tool. Refer to the [k3kcli](./cli/cli-docs.md) documentation for more details. +**Note:** Most of these customization options can also be configured using the `k3kcli` tool. Refer to the [k3kcli](./cli/k3kcli.md) documentation for more details.