summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-08-16 19:03:08 +0200
committerGitHub <noreply@github.com>2023-08-16 19:03:08 +0200
commit1f8213997718c25942c38402202ae9e51572d89f (patch)
tree88b130d5ff52d96248d8b946cfb0faaadb731769
parent4083921303e6258489852553ba29064729a0d6b0 (diff)
parentbff6b7533a36114baf9777ba32eb7f82934d1565 (diff)
Merge pull request #28063 from vespa-engine/kkraune/link
link to vespa feed from CLI instead
-rw-r--r--client/go/internal/cli/cmd/document.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/internal/cli/cmd/document.go b/client/go/internal/cli/cmd/document.go
index c31f8c34d14..1e5d1c30f6e 100644
--- a/client/go/internal/cli/cmd/document.go
+++ b/client/go/internal/cli/cmd/document.go
@@ -171,7 +171,7 @@ https://docs.vespa.ai/en/reference/document-json-format.html#document-operations
When this returns successfully, the document is guaranteed to be visible in any
subsequent get or query operation.
-To feed with high throughput, https://docs.vespa.ai/en/vespa-feed-client.html
+To feed with high throughput, https://docs.vespa.ai/en/reference/vespa-cli/vespa_feed.html
should be used instead of this.`,
Example: `$ vespa document src/test/resources/A-Head-Full-of-Dreams.json`,
DisableAutoGenTag: true,