From a9145d86bc15bf293625b5b3d0e7e2e70d2bc70a Mon Sep 17 00:00:00 2001 From: Akulov S V Date: Wed, 15 Jan 2025 10:32:41 +0300 Subject: [PATCH] fix broken link to javadoc in RestClient guide --- docs/src/main/asciidoc/rest-client.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/asciidoc/rest-client.adoc b/docs/src/main/asciidoc/rest-client.adoc index ffa9c57a33a8f..cb6183b5e314b 100644 --- a/docs/src/main/asciidoc/rest-client.adoc +++ b/docs/src/main/asciidoc/rest-client.adoc @@ -9,6 +9,7 @@ include::_attributes.adoc[] :summary: This guide explains how to use the REST Client. :topics: rest,rest-client,resteasy-reactive :extensions: io.quarkus:quarkus-rest-client,io.quarkus:quarkus-rest-client-jackson,io.quarkus:quarkus-rest-client-jsonb +:jaxrsapi: https://javadoc.io/doc/jakarta.ws.rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs This guide explains how to use the REST Client in order to interact with REST APIs. REST Client is the REST Client implementation compatible with Quarkus REST (formerly RESTEasy Reactive).