Skip to content

Commit 333eeed

Browse files
authored
fixed URL for configuring JSON support
1 parent 57a3b52 commit 333eeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/writing-extensions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ The Jackson extension will then use the produced build item to register a module
18991899

19001900
If you need more customization capabilities than registering a module,
19011901
you can produce a CDI bean that implements `io.quarkus.jackson.ObjectMapperCustomizer` via an `AdditionalBeanBuildItem`.
1902-
More info about customizing Jackson can be found on the JSON guide xref:rest-json.adoc#configuring-json-support[Configuring JSON support]
1902+
More info about customizing Jackson can be found on the JSON guide xref:rest-json.adoc#json[Configuring JSON support]
19031903

19041904
==== Customizing JSON-B
19051905
First, add an *optional* dependency to `quarkus-jsonb` on your extension's runtime module.

0 commit comments

Comments
 (0)