summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2021-02-23 12:49:39 +0100
committerGitHub <noreply@github.com>2021-02-23 12:49:39 +0100
commit1d319a33d5e19bdcb2f09985e63c925f33126d2a (patch)
tree253c103d840e5adf6abb9d29b0d0e64d8ffbd9ad /client
parent9190653f24b07563ca70d1fb0263b8f3e9c8440f (diff)
less broken links (#16640)
Diffstat (limited to 'client')
-rw-r--r--client/src/main/java/ai/vespa/client/dsl/FixedQuery.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/main/java/ai/vespa/client/dsl/FixedQuery.java b/client/src/main/java/ai/vespa/client/dsl/FixedQuery.java
index 94c571dba5a..9bab35c44bc 100644
--- a/client/src/main/java/ai/vespa/client/dsl/FixedQuery.java
+++ b/client/src/main/java/ai/vespa/client/dsl/FixedQuery.java
@@ -12,7 +12,7 @@ import java.util.stream.Collectors;
/**
* FixedQuery contains a 'Query' which is terminated by a 'semicolon'
* This object holds vespa or user defined parameters
- * https://docs.vespa.ai/en/reference/search-api-reference.html
+ * https://docs.vespa.ai/en/reference/query-api-reference.html
*/
public class FixedQuery {