From 0b24ec23b16a052ae170faf3024867f963ed1c72 Mon Sep 17 00:00:00 2001 From: Thobias Karlsson Date: Thu, 12 Mar 2026 13:58:40 +0100 Subject: [PATCH] docs: fix broken link to operator example setup Signed-off-by: Thobias Karlsson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515a252..82c826a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You can provide and resolve these secrets in three ways: - `nauth.io/secret-type: system-account-user-creds` - `nauth.io/secret-type: operator-sign` -You can see a full [operator example setup here](./examples/nauth/manifests/operator.yaml). +You can see a full [operator example setup here](./examples/nauth/manifests/operator.yaml.md). For a more secrets related example on how to set up NAuth using explicit secrets lookup based on `NatsClusterRef` and `NatsCluster` resources, see the [cluster reference scenario](./examples/nauth/manifests/scenarios/cluster-ref/README.md). ## Getting Started