Skip to content

Commit

Permalink
Update link to default CR for NATS (#615)
Browse files Browse the repository at this point in the history
Currently the link for the default CR which uses `NATS` backend is pointing to the one that has no backend. This PR fixes this.
  • Loading branch information
friedrichwilken committed Aug 20, 2024
1 parent 6bdb676 commit 2d329f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/02-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d329f6

Please sign in to comment.