summaryrefslogtreecommitdiffstats
path: root/vespaclient-java
diff options
context:
space:
mode:
authorYngve Aasheim <yngveaasheim@users.noreply.github.com>2019-01-14 15:41:49 +0100
committerGitHub <noreply@github.com>2019-01-14 15:41:49 +0100
commitbfcae1aa41a3197237fc43523378864f8389da26 (patch)
treeb0fc3f98480d107352bdeba6df08bb620e92cbec /vespaclient-java
parent3d0321eca4f93717e4afda679ca735b0b3535ce2 (diff)
Update fieldset doc link.
Diffstat (limited to 'vespaclient-java')
-rw-r--r--vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java b/vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java
index aa53bb408de..20d25b63d30 100644
--- a/vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java
+++ b/vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java
@@ -73,7 +73,7 @@ public class CommandLineOptions {
options.addOption(Option.builder("f")
.hasArg(true)
- .desc("Retrieve the specified fields only (see http://docs.vespa.ai/documentation/reference/fieldsets.html) (default '[all]')")
+ .desc("Retrieve the specified fields only (see https://docs.vespa.ai/documentation/documents.html#fieldsets) (default '[all]')")
.longOpt(FIELDSET_OPTION)
.argName("fieldset").build());