From 9cb32bab9a65940444c5b6305e1ee9ef9068ccca Mon Sep 17 00:00:00 2001 From: Julien Ponge Date: Thu, 15 Dec 2022 22:28:25 +0100 Subject: [PATCH] Fix Mutiny documentation links Point to https://smallrye.io/smallrye-mutiny/latest/reference/uni-and-multi/ --- docs/src/main/asciidoc/rest-client-reactive.adoc | 2 +- docs/src/main/asciidoc/rest-client.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/rest-client-reactive.adoc b/docs/src/main/asciidoc/rest-client-reactive.adoc index 69d714a5beb28..d9c3ff4aea33f 100644 --- a/docs/src/main/asciidoc/rest-client-reactive.adoc +++ b/docs/src/main/asciidoc/rest-client-reactive.adoc @@ -671,7 +671,7 @@ extensionsService.getByIdAsUni(id) If you use a `CompletionStage`, you would need to call the service's method to retry. This difference comes from the laziness aspect of Mutiny and its subscription protocol. -More details about this can be found in https://smallrye.io/smallrye-mutiny/#_uni_and_multi[the Mutiny documentation]. +More details about this can be found in https://smallrye.io/smallrye-mutiny/latest/reference/uni-and-multi/[the Mutiny documentation]. == Custom headers support diff --git a/docs/src/main/asciidoc/rest-client.adoc b/docs/src/main/asciidoc/rest-client.adoc index 97990eb23ff1f..680315e9376d8 100644 --- a/docs/src/main/asciidoc/rest-client.adoc +++ b/docs/src/main/asciidoc/rest-client.adoc @@ -514,7 +514,7 @@ extensionsService.getByIdAsUni(id) If you use a `CompletionStage`, you would need to call the service's method to retry. This difference comes from the laziness aspect of Mutiny and its subscription protocol. -More details about this can be found in https://smallrye.io/smallrye-mutiny/#_uni_and_multi[the Mutiny documentation]. +More details about this can be found in https://smallrye.io/smallrye-mutiny/latest/reference/uni-and-multi/[the Mutiny documentation]. == Custom headers support