Skip to content

Commit 083d8b8

Browse files
authored
Doc broken link fix (#8259)
1 parent 83b9eb9 commit 083d8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/se/webclient.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2020, 2023 Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
44

55
Licensed under the Apache License, Version 2.0 (the "License");
66
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
136136
* `HttpClientResponse outputStream(OutputStreamHandler outputStreamConsumer)`
137137
* `<T> ClientResponseTyped<T> outputStream(OutputStreamHandler outputStreamConsumer, Class<T> requestedType)`
138138
139-
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.
139+
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.
140140
141141
.Execute a simple GET request to endpoint and receive a String response:
142142
[source,java]

0 commit comments

Comments
 (0)