From b37d07299e7af184c689f93c1c5f3c198a0de293 Mon Sep 17 00:00:00 2001 From: Daniel Kec Date: Thu, 18 Jan 2024 14:42:16 +0100 Subject: [PATCH] Doc broken link fix --- docs/src/main/asciidoc/se/webclient.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/se/webclient.adoc b/docs/src/main/asciidoc/se/webclient.adoc index a0d31a9564d..64cf30a97d7 100644 --- a/docs/src/main/asciidoc/se/webclient.adoc +++ b/docs/src/main/asciidoc/se/webclient.adoc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2023 Oracle and/or its affiliates. + Copyright (c) 2020, 2024 Oracle and/or its affiliates. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -136,7 +136,7 @@ Once the request setup is completed, the following methods can be used to send i * `HttpClientResponse outputStream(OutputStreamHandler outputStreamConsumer)` * ` ClientResponseTyped outputStream(OutputStreamHandler outputStreamConsumer, Class 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]