Skip to content

Commit

Permalink
Doc broken link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkec committed Jan 18, 2024
1 parent 224f99d commit 6af0814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/se/webclient.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Once the request setup is completed, the following methods can be used to send i
* `HttpClientResponse outputStream(OutputStreamHandler outputStreamConsumer)`
* `<T> ClientResponseTyped<T> outputStream(OutputStreamHandler outputStreamConsumer, Class<T> requestedType)`
Each of the methods will provide a way to allow response to be retrieved in a particular response type. Refer to link:{webclient-javadoc-base-url}..api/io/helidon/webclient/api/ClientRequest.html[ClientRequest API] for more details about these methods.
Each of the methods will provide a way to allow response to be retrieved in a particular response type. Refer to link:{webclient-javadoc-base-url}.api/io/helidon/webclient/api/ClientRequest.html[ClientRequest API] for more details about these methods.
.Execute a simple GET request to endpoint and receive a String response:
[source,java]
Expand Down

0 comments on commit 6af0814

Please sign in to comment.