summaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-08-08 12:59:55 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-08-08 12:59:55 +0200
commit57f10b0f541cee4998000bd812efc935ff144925 (patch)
treee05e4e6c8ce7994471b00cb8ada9b270717af7c9 /sample-apps
parent82e328d65cb4d7e431cddbc5f48e2c52f2c5ec13 (diff)
Deplace temp git.corp links
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/README.md4
-rw-r--r--sample-apps/basic-search-java/README.md2
-rw-r--r--sample-apps/basic-search-tensor/README.md4
-rw-r--r--sample-apps/basic-search/README.md2
-rw-r--r--sample-apps/blog-recommendation/README.md2
-rw-r--r--sample-apps/blog-search/README.md2
-rw-r--r--sample-apps/blog-tutorial-shared/README.md4
-rw-r--r--sample-apps/boolean-search/README.md2
-rw-r--r--sample-apps/http-api-using-request-handlers-and-processors/README.md2
-rw-r--r--sample-apps/http-api-using-searcher/README.md2
10 files changed, 13 insertions, 13 deletions
diff --git a/sample-apps/README.md b/sample-apps/README.md
index 6fab8cdba77..88e49302ef9 100644
--- a/sample-apps/README.md
+++ b/sample-apps/README.md
@@ -2,10 +2,10 @@
This is a set of applications that showcase different Vespa features.
Please refer to the
-[vespa quick start guide](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/vespa-quick-start.html)
+[vespa quick start guide](https://github.com/pages/vespa-engine/documentation/documentation/vespa-quick-start.html)
to get started.
Note: The applications that contain a pom.xml file must be built before being deployed.
Please refer to
-[developing applications](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/jdisc/developing-applications.html#deploy)
+[developing applications](https://github.com/pages/vespa-engine/documentation/documentation/jdisc/developing-applications.html#deploy)
for more information.
diff --git a/sample-apps/basic-search-java/README.md b/sample-apps/basic-search-java/README.md
index e3eeb2f0407..cbeebb32666 100644
--- a/sample-apps/basic-search-java/README.md
+++ b/sample-apps/basic-search-java/README.md
@@ -4,6 +4,6 @@ A simple stateless Vespa application with no data, to demonstrate how to build
plugins for the Vespa JDisc container.
Please refer to
-[developing applications](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/jdisc/developing-applications.html)
+[developing applications](https://github.com/pages/vespa-engine/documentation/documentation/jdisc/developing-applications.html)
for more information.
diff --git a/sample-apps/basic-search-tensor/README.md b/sample-apps/basic-search-tensor/README.md
index 6695224cf44..2975760b48f 100644
--- a/sample-apps/basic-search-tensor/README.md
+++ b/sample-apps/basic-search-tensor/README.md
@@ -8,8 +8,8 @@ Also includes the rank expression playground used to visualize rank operations.
http://<host>:8080/playground/index.html
Please refer to the
-[tensor intro](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/tensor-intro.html)
+[tensor intro](https://github.com/pages/vespa-engine/documentation/documentation/tensor-intro.html)
and
-[tensor user guide](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/tensor-user-guide.html)
+[tensor user guide](https://github.com/pages/vespa-engine/documentation/documentation/tensor-user-guide.html)
for more information.
diff --git a/sample-apps/basic-search/README.md b/sample-apps/basic-search/README.md
index 7f41a748c95..b11c8f01e64 100644
--- a/sample-apps/basic-search/README.md
+++ b/sample-apps/basic-search/README.md
@@ -4,6 +4,6 @@ A simple Vespa application which can be deployed on one node, which supports
feeding and running simple queries.
Please refer to the
-[vespa quick start guide](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/vespa-quick-start.html)
+[vespa quick start guide](https://github.com/pages/vespa-engine/documentation/documentation/vespa-quick-start.html)
for more information.
diff --git a/sample-apps/blog-recommendation/README.md b/sample-apps/blog-recommendation/README.md
index 3adcd158acc..13681c55251 100644
--- a/sample-apps/blog-recommendation/README.md
+++ b/sample-apps/blog-recommendation/README.md
@@ -3,7 +3,7 @@
This sample application contains the code for the blog recommendation tutorial.
Please refer to
-[Vespa tutorial pt.2 - Blog recommendation](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/tutorials/blog-recommendation.html)
+[Vespa tutorial pt.2 - Blog recommendation](https://github.com/pages/vespa-engine/documentation/documentation/tutorials/blog-recommendation.html)
for more information.
diff --git a/sample-apps/blog-search/README.md b/sample-apps/blog-search/README.md
index a5fe2da414b..fc8bf89f75e 100644
--- a/sample-apps/blog-search/README.md
+++ b/sample-apps/blog-search/README.md
@@ -3,7 +3,7 @@
This sample application contains the code for the blog search tutorial.
Please refer to
-[Vespa tutorial pt.1 - Blog searching](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/tutorials/blog-search.html)
+[Vespa tutorial pt.1 - Blog searching](https://github.com/pages/vespa-engine/documentation/documentation/tutorials/blog-search.html)
for more information.
diff --git a/sample-apps/blog-tutorial-shared/README.md b/sample-apps/blog-tutorial-shared/README.md
index 16557068439..810b132d246 100644
--- a/sample-apps/blog-tutorial-shared/README.md
+++ b/sample-apps/blog-tutorial-shared/README.md
@@ -8,11 +8,11 @@ This directory contains utility code for the blog-search and blog-recommendation
$ python parse.py trainPosts.json > somefile.json
-Parses JSON from the file trainPosts.json downloaded from Kaggle during the [blog search tutorial](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/tutorials/blog-search.html) and format it according to Vespa Document JSON format.
+Parses JSON from the file trainPosts.json downloaded from Kaggle during the [blog search tutorial](https://github.com/pages/vespa-engine/documentation/documentation/tutorials/blog-search.html) and format it according to Vespa Document JSON format.
$ python parse.py -p trainPosts.json > somefile.json
-Give it the flag "-p" or "--popularity", and the script also calculates and adds the field `popularity`, as introduced [in the tutorial](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/tutorials/blog-search.html#blog-popularity-signal).
+Give it the flag "-p" or "--popularity", and the script also calculates and adds the field `popularity`, as introduced [in the tutorial](https://github.com/pages/vespa-engine/documentation/documentation/tutorials/blog-search.html#blog-popularity-signal).
## Vespa Tutorial pt. 2
diff --git a/sample-apps/boolean-search/README.md b/sample-apps/boolean-search/README.md
index 6f7f427b8f9..12e86e2b55a 100644
--- a/sample-apps/boolean-search/README.md
+++ b/sample-apps/boolean-search/README.md
@@ -2,7 +2,7 @@ Boolean Search
==================
Boolean Search and how to feed and query is described in
-[boolean search](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/boolean-search.html).
+[boolean search](https://github.com/pages/vespa-engine/documentation/documentation/boolean-search.html).
Adding boolean search to an application is easy. Just add a field of
type predicate to the .sd-file. (Remember to set the arity parameter.)
diff --git a/sample-apps/http-api-using-request-handlers-and-processors/README.md b/sample-apps/http-api-using-request-handlers-and-processors/README.md
index 7ca759a2ab5..52c768710dd 100644
--- a/sample-apps/http-api-using-request-handlers-and-processors/README.md
+++ b/sample-apps/http-api-using-request-handlers-and-processors/README.md
@@ -1,6 +1,6 @@
# Vespa sample applications - Building a HTTP API using request handlers and processors
Please refer to
-[building a HTTP API using request handlers and processors](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/jdisc/http-api-tutorial.html)
+[building a HTTP API using request handlers and processors](https://github.com/pages/vespa-engine/documentation/documentation/jdisc/http-api-tutorial.html)
for more information.
diff --git a/sample-apps/http-api-using-searcher/README.md b/sample-apps/http-api-using-searcher/README.md
index 3292d3050f5..374bf170eeb 100644
--- a/sample-apps/http-api-using-searcher/README.md
+++ b/sample-apps/http-api-using-searcher/README.md
@@ -1,7 +1,7 @@
# Vespa sample applications - Building a HTTP API using a searcher
Please refer to
-[HTTP API use-case](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/search/handler-tutorial.html)
+[HTTP API use-case](https://github.com/pages/vespa-engine/documentation/documentation/search/handler-tutorial.html)
for more information.