From 764673ccf43a3959f7be727359687e86b08242fd Mon Sep 17 00:00:00 2001 From: Georg Leber Date: Thu, 6 Mar 2025 21:46:51 +0100 Subject: [PATCH] Correct link to JSON-B API --- docs/src/main/asciidoc/rest.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/rest.adoc b/docs/src/main/asciidoc/rest.adoc index 61f19c504bf00..1cb799e5591e9 100644 --- a/docs/src/main/asciidoc/rest.adoc +++ b/docs/src/main/asciidoc/rest.adoc @@ -1407,7 +1407,7 @@ Instead of importing `io.quarkus:quarkus-rest`, you can import either of the fol |https://github.com/FasterXML/jackson[Jackson support] |`io.quarkus:quarkus-rest-jsonb` -|https://eclipse-ee4j.github.io/jsonb-api/[JSON-B support] +|https://github.com/jakartaee/jsonb-api/[JSON-B support] |===