Skip to content

Commit

Permalink
Merge pull request quarkusio#29900 from jponge/docs/mutiny-doc-links
Browse files Browse the repository at this point in the history
Fix Mutiny documentation links
  • Loading branch information
cescoffier committed Dec 16, 2022
2 parents afe32fa + 9cb32ba commit 0125cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest-client-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0125cfd

Please sign in to comment.