summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2017-08-11 12:56:24 +0200
committerGitHub <noreply@github.com>2017-08-11 12:56:24 +0200
commite040af07646d4dd4312ef6307ffbabfdbd0511ca (patch)
treeb8334dae78054329b3947315fc286d53bbe66c4a /vespaclient-java/src
parent2fe073e8e1875bc891c38099c880d156bd228e9d (diff)
parent606e69a9da402910fbfa2c6b8372996977f6cb3f (diff)
Merge pull request #3080 from vespa-engine/bratseth/update-doc-urls
Update doc links
Diffstat (limited to 'vespaclient-java/src')
-rw-r--r--vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java2
-rw-r--r--vespaclient-java/src/main/java/com/yahoo/vespavisit/VdsVisit.java2
2 files changed, 2 insertions, 2 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 b16f430c76e..5c264925253 100644
--- a/vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java
+++ b/vespaclient-java/src/main/java/com/yahoo/vespaget/CommandLineOptions.java
@@ -72,7 +72,7 @@ public class CommandLineOptions {
options.addOption(Option.builder("f")
.hasArg(true)
- .desc("Retrieve the specified fields only (see https://github.com/pages/vespa-engine/documentation/documentation/reference/fieldsets.html) (default '[all]')")
+ .desc("Retrieve the specified fields only (see https://docs.vespa.ai/documentation/reference/fieldsets.html) (default '[all]')")
.longOpt(FIELDSET_OPTION)
.argName("fieldset").build());
diff --git a/vespaclient-java/src/main/java/com/yahoo/vespavisit/VdsVisit.java b/vespaclient-java/src/main/java/com/yahoo/vespavisit/VdsVisit.java
index 56534818335..872ca3e347a 100644
--- a/vespaclient-java/src/main/java/com/yahoo/vespavisit/VdsVisit.java
+++ b/vespaclient-java/src/main/java/com/yahoo/vespavisit/VdsVisit.java
@@ -183,7 +183,7 @@ public class VdsVisit {
.longOpt("fieldset")
.hasArg(true)
.argName("fieldset")
- .desc("Retrieve the specified fields only (see http://github.com/pages/vespa-engine/documentation/documentation/reference/fieldsets.html). Default is [all].")
+ .desc("Retrieve the specified fields only (see http://docs.vespa.ai/documentation/reference/fieldsets.html). Default is [all].")
.build());
options.addOption(Option.builder()