From e3dbd029d07e32faddaaf53e7561917bf9fba8e2 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 10 Jan 2024 15:15:45 +0100 Subject: [PATCH] GH-446 - Fix invalid reference in event externalization reference docs. --- src/docs/antora/modules/ROOT/pages/events.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/antora/modules/ROOT/pages/events.adoc b/src/docs/antora/modules/ROOT/pages/events.adoc index 4e800e89..4ed4a5f6 100644 --- a/src/docs/antora/modules/ROOT/pages/events.adoc +++ b/src/docs/antora/modules/ROOT/pages/events.adoc @@ -292,7 +292,7 @@ To use that support you need to take the following steps: 2. Select event types to be externalized by annotating them with either Spring Modulith's or jMolecules' `@Externalized` annotation. 3. Specify the broker-specific routing target in the annotation's value. -To find out how to use other ways of selecting events for externalization, or customize their routing within the broker, check out <>. +To find out how to use other ways of selecting events for externalization, or customize their routing within the broker, check out <>. [[externalization.infrastructure]] === Supported Infrastructure