summaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
parent82e328d65cb4d7e431cddbc5f48e2c52f2c5ec13 (diff)
Deplace temp git.corp links
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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