summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-08-11 13:03:51 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-08-11 13:03:51 +0200
commit687aa969b032c09c5b02fc7a74dd1f3fb95df135 (patch)
tree178b4ba55d6d7886f7afb69ba82eb10f01b19ec1 /README.md
parente040af07646d4dd4312ef6307ffbabfdbd0511ca (diff)
https does not work with custom domains
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 16beeff7132..dbdec72d7ed 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://docs.vespa.ai/documentation/vespa-quick-start.html), or find the full
-documentation at https://docs.vespa.ai/.
+[quick start](http://docs.vespa.ai/documentation/vespa-quick-start.html), or find the full
+documentation at http://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://docs.vespa.ai/documentation/vespa-quick-start.html).
+[quick start](http://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