summaryrefslogtreecommitdiffstats
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
parent82e328d65cb4d7e431cddbc5f48e2c52f2c5ec13 (diff)
Deplace temp git.corp links
-rw-r--r--README-documentation.md3
-rw-r--r--README.md6
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/http/xml/JettyConnectorBuilder.java2
-rw-r--r--config-model/src/test/derived/nuwa/newsindex.sd13
-rw-r--r--document/src/main/java/com/yahoo/document/json/DocumentUpdateJsonSerializer.java2
-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
15 files changed, 19 insertions, 33 deletions
diff --git a/README-documentation.md b/README-documentation.md
index 0cc8db75cfb..fe57778f130 100644
--- a/README-documentation.md
+++ b/README-documentation.md
@@ -10,8 +10,7 @@ Vespa documentation is served using straightforward
with
[Jekyll](https://help.github.com/categories/customizing-github-pages/).
To edit documentation check out and work off the branch gh-pages from the
-[documentation repository for now](https://git.corp.yahoo.com/vespa/documentation).
-This branch contains documentation instead of the code.
+[documentation repository](https://gihub.com/vespa-engine/documentation).
Documentation are written in straightforward HTML.
We use a single Jekyll template (_layouts/default.html) to add header, footer and layout.
diff --git a/README.md b/README.md
index 46ea91384e8..811f37baa39 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ It stores and indexes your data such that queries, selection and processing over
data can be performed at serving time.
This README describes how to build and develop the Vespa engine. To get started, read the
-[quick start](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/vespa-quick-start.html), or find the full
-documentation at https://git.corp.yahoo.com/pages/vespa/documentation/.
+[quick start](https://github.com/pages/vespa-engine/documentation/documentation/vespa-quick-start.html), or find the full
+documentation at https://github.com/pages/vespa-engine/documentation/.
Code licensed under the Apache 2.0 license. See [LICENSE](LICENSE) for terms.
@@ -54,7 +54,7 @@ Java modules can be built on any environment having Java and Maven:
## Run Vespa on a local machine
A basic, single-node install is found in the
-[quick start](https://git.corp.yahoo.com/pages/vespa/documentation/documentation/vespa-quick-start.html).
+[quick start](https://github.com/pages/vespa-engine/documentation/documentation/vespa-quick-start.html).
For multi-node and using Node Admin, read [node-admin/README.md](node-admin/README.md).
## Write documentation
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/http/xml/JettyConnectorBuilder.java b/config-model/src/main/java/com/yahoo/vespa/model/container/http/xml/JettyConnectorBuilder.java
index 6e6601fab0f..2fa696af67c 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/http/xml/JettyConnectorBuilder.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/http/xml/JettyConnectorBuilder.java
@@ -28,7 +28,7 @@ public class JettyConnectorBuilder extends VespaDomBuilder.DomConfigProducerBuil
String configName = legacyServerConfig.getAttribute("name");
if (configName.equals("container.jdisc.config.http-server")) {
ancestor.deployLogger().log(Level.WARNING, "The config 'container.jdisc.config.http-server' is deprecated and will be removed in a later version of Vespa."
- + " Please use 'jdisc.http.connector' instead, see https://git.corp.yahoo.com/pages/vespa/documentation/documentation/jdisc/http-server-and-filters.html#configuring-jetty-server");
+ + " Please use 'jdisc.http.connector' instead, see https://github.com/pages/vespa-engine/documentation/documentation/jdisc/http-server-and-filters.html#configuring-jetty-server");
} else {
legacyServerConfig = null;
}
diff --git a/config-model/src/test/derived/nuwa/newsindex.sd b/config-model/src/test/derived/nuwa/newsindex.sd
index bedecc418df..364009c33dd 100644
--- a/config-model/src/test/derived/nuwa/newsindex.sd
+++ b/config-model/src/test/derived/nuwa/newsindex.sd
@@ -1,9 +1,6 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search newsindex {
- #
- # For any change, you should update the doc
- # https://docs.google.com/spreadsheets/d/1O54waD0Ci1KGoR6ntMFRPskLqB7gk6ta2pSNmPMzi-Y/edit#gid=1144220802
document newsindex {
#
@@ -209,8 +206,6 @@ search newsindex {
#
# Tracking Identity
#
- # Store the tracking id for media Content Asset Tracking system (CAT)
- #
field trail type string {
indexing: summary | index
normalizing: none
@@ -223,8 +218,6 @@ search newsindex {
# use this field to filter properties we want in results.
# filter internal content based on property and its language
#
- # For US News, we will need results from US news and US finance, but don't
- # want US autos and others.
# Ex.
# filter = +(pty_lang:news_US_en-US pty_lang:finance_US_en-US)
# filter = +(pty_lang:autos_TW_zh-Hant-TW pty_lang:news_TW_zh-Hant-TW)
@@ -246,9 +239,6 @@ search newsindex {
# property + "_" + region + "_" + lang + "|" + property URL
#
# use this field to store the property URL for internal content.
- # Ex.
- # news_US_en-US|http://news.yahoo.com/obama-presses-cubas-castro-human-rights-during-historic-001908918.html
- #
field pty_urls type array<string> {
indexing: summary
normalizing: none
@@ -283,7 +273,6 @@ search newsindex {
}
# source + provider for internal data
- # this feature is mainly for TW / HK markets
field nsite_sourceprovider type string {
indexing: summary | index | attribute
attribute {
@@ -380,8 +369,6 @@ search newsindex {
}
}
- #### Sieve Classifier Scores
- # https://git.corp.yahoo.com/sieve/docproc/blob/master/protobuf/src/main/resources/proto/classifierscores.proto
#
# newsyScore field
#
diff --git a/document/src/main/java/com/yahoo/document/json/DocumentUpdateJsonSerializer.java b/document/src/main/java/com/yahoo/document/json/DocumentUpdateJsonSerializer.java
index caa2d2a3174..f1a21e6f9c5 100644
--- a/document/src/main/java/com/yahoo/document/json/DocumentUpdateJsonSerializer.java
+++ b/document/src/main/java/com/yahoo/document/json/DocumentUpdateJsonSerializer.java
@@ -56,7 +56,7 @@ import static com.yahoo.document.json.JsonSerializationHelper.*;
/**
* The DocumentUpdateJsonSerializer utility class is used to serialize a DocumentUpdate instance using the JSON format described in
- * <a href="https://git.corp.yahoo.com/pages/vespa/documentation/documentation/reference/document-json-format.html#update">Document JSON Format: The Update Structure</a>
+ * <a href="https://github.com/pages/vespa-engine/documentation/documentation/reference/document-json-format.html#update">Document JSON Format: The Update Structure</a>
*
* @see #serialize(com.yahoo.document.DocumentUpdate)
* @author Vegard Sjonfjell
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.