Skip to content

Commit

Permalink
fix: links for JSON value types
Browse files Browse the repository at this point in the history
  • Loading branch information
rinaldodev authored Jul 22, 2022
1 parent 3f51f74 commit 9325bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/resteasy-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ The following parameter types will be supported out of the box:
|link:{jdkapi}/java/math/BigDecimal.html[`BigDecimal`], link:{jdkapi}/java/math/BigInteger.html[`BigInteger`]
|Large integers and decimals.

|link:{jsonpapi}/javax/json/JsonArray.html[`JsonArray`], link:{jsonpapi}/javax/json/JsonArray.html[`JsonObject`],
link:{jsonpapi}/javax/json/JsonArray.html[`JsonStructure`], link:{jsonpapi}/javax/json/JsonArray.html[`JsonValue`]
|link:{jsonpapi}/javax/json/JsonArray.html[`JsonArray`], link:{jsonpapi}/javax/json/JsonObject.html[`JsonObject`],
link:{jsonpapi}/javax/json/JsonStructure.html[`JsonStructure`], link:{jsonpapi}/javax/json/JsonValue.html[`JsonValue`]
|JSON value types

|link:{vertxapi}io/vertx/core/buffer/Buffer.html[`Buffer`]
Expand Down

0 comments on commit 9325bb3

Please sign in to comment.