Skip to content

Commit 01fead7

Browse files
committed
remove not working link from javadoc
1 parent 4c57206 commit 01fead7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java-client/src/main/java/co/elastic/clients/elasticsearch/_helpers/vector/AbstractBase64VectorDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* which will translate float array vectors in a base64 format accepted by Elasticsearch version 9.3+,
2828
* with increased ingestion performance
2929
* <p>
30-
* Check {@link Base64VectorTest} for example usage
30+
* Check co.elastic.clients.elasticsearch._helpers.vector.Base64VectorTest for example usage
3131
*/
3232
public class AbstractBase64VectorDocument {
3333
private String vector;

0 commit comments

Comments
 (0)