From 35ea11e7fd02c173c2fa7aaefbb073c27a716a72 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 15 Oct 2024 22:48:32 +0300 Subject: [PATCH] Update SerdeConfig reference (#5336) Signed-off-by: Emmanuel Ferdman --- .../getting-started/ref-registry-serdes-config-props.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/partials/getting-started/ref-registry-serdes-config-props.adoc b/docs/modules/ROOT/partials/getting-started/ref-registry-serdes-config-props.adoc index 933bd74fad..fe032d3aa1 100644 --- a/docs/modules/ROOT/partials/getting-started/ref-registry-serdes-config-props.adoc +++ b/docs/modules/ROOT/partials/getting-started/ref-registry-serdes-config-props.adoc @@ -238,7 +238,7 @@ The `DefaultFallbackArtifactProvider` uses the following properties to configure |=== .Additional resources -* For more details, see the link:https://github.com/Apicurio/apicurio-registry/blob/main/serdes/serde-common/src/main/java/io/apicurio/registry/serde/SerdeConfig.java[SerdeConfig Java class]. +* For more details, see the link:https://github.com/Apicurio/apicurio-registry/blob/main/serdes/generic/serde-common/src/main/java/io/apicurio/registry/serde/config/SerdeConfig.java[SerdeConfig Java class]. * You can configure application properties as Java system properties or include them in the Quarkus `application.properties` file. For more details, see the https://quarkus.io/guides/config#overriding-properties-at-runtime[Quarkus documentation].