aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2020-01-21 14:45:38 +0100
committerGitHub <noreply@github.com>2020-01-21 14:45:38 +0100
commitb7db11e3dc18fde6385624fe419bc168624c5ac4 (patch)
tree153fff3c5924eb3829f1e277b432631cc923db9c /client
parent453b25b97335bbab94183d0c39e2a48a3256d003 (diff)
correct link
Diffstat (limited to 'client')
-rw-r--r--client/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/README.md b/client/README.md
index ddea3591e38..d08b19a1a12 100644
--- a/client/README.md
+++ b/client/README.md
@@ -1,12 +1,12 @@
# vespa_query_dsl
This lib is used for composing vespa YQL queries
-referece: https://docs.vespa.ai/documentation/reference/query-language-reference.html
+Reference: https://docs.vespa.ai/documentation/reference/query-language-reference.html
# usage
-please refer the unit test:
+Please refer to the unit test:
-https://github.com/vespa-engine/vespa/blob/master/client/src/test/groovy/com/yahoo/vespa/client/dsl/QTest.groovy
+https://github.com/vespa-engine/vespa/tree/master/client/src/test/groovy/ai/vespa/client/dsl/QTest.groovy
# todos
- [ ] support `predicate` (https://docs.vespa.ai/documentation/predicate-fields.html)