From 2d329f65a937929c2a7f181602faba04ec39b45b Mon Sep 17 00:00:00 2001 From: Friedrich Date: Tue, 20 Aug 2024 11:56:30 +0200 Subject: [PATCH] Update link to default CR for NATS (#615) Currently the link for the default CR which uses `NATS` backend is pointing to the one that has no backend. This PR fixes this. --- docs/user/02-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/02-configuration.md b/docs/user/02-configuration.md index 6ac67efd..d86cdcc9 100644 --- a/docs/user/02-configuration.md +++ b/docs/user/02-configuration.md @@ -38,7 +38,7 @@ Warnings indicate that user action is required, that is, the user must install t Use the following sample CRs as guidance. Each can be applied immediately when you [install](../contributor/installation.md) Eventing Manager. -- [Default CR - NATS backend](https://github.com/kyma-project/eventing-manager/blob/main/config/samples/default.yaml) +- [Default CR - NATS backend](https://github.com/kyma-project/eventing-manager/blob/main/config/samples/default_nats.yaml) - [Default CR - EventMesh backend](https://github.com/kyma-project/eventing-manager/blob/main/config/samples/default_eventmesh.yaml) ## Reference