summaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
parent2fe073e8e1875bc891c38099c880d156bd228e9d (diff)
parent606e69a9da402910fbfa2c6b8372996977f6cb3f (diff)
Merge pull request #3080 from vespa-engine/bratseth/update-doc-urls
Update doc 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 811f37baa39..16beeff7132 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://github.com/pages/vespa-engine/documentation/documentation/vespa-quick-start.html), or find the full
-documentation at https://github.com/pages/vespa-engine/documentation/.
+[quick start](https://docs.vespa.ai/documentation/vespa-quick-start.html), or find the full
+documentation at https://docs.vespa.ai/.
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://github.com/pages/vespa-engine/documentation/documentation/vespa-quick-start.html).
+[quick start](https://docs.vespa.ai/documentation/vespa-quick-start.html).
For multi-node and using Node Admin, read [node-admin/README.md](node-admin/README.md).
## Write documentation