summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2021-02-23 12:49:39 +0100
committerGitHub <noreply@github.com>2021-02-23 12:49:39 +0100
commit1d319a33d5e19bdcb2f09985e63c925f33126d2a (patch)
tree253c103d840e5adf6abb9d29b0d0e64d8ffbd9ad /README.md
parent9190653f24b07563ca70d1fb0263b8f3e9c8440f (diff)
less broken links (#16640)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 280d3ae8ee8..6a452c10f77 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ To get started using Vespa pick one of the quick start documents:
- [Run on a Mac or Linux machine using Docker](https://docs.vespa.ai/en/vespa-quick-start.html)
- [Run on a Windows machine using Docker](https://docs.vespa.ai/en/vespa-quick-start-windows.html)
-- [Run on a Mac or Linux machine using VirtualBox+Vagrant](https://docs.vespa.ai/en/vespa-quick-start-centos.html)
+- [Run on a Mac or Linux machine using VirtualBox+Vagrant](https://docs.vespa.ai/en/vespa-quick-start-vagrant.html)
- [Multinode install on AWS EC2](https://docs.vespa.ai/en/vespa-quick-start-multinode-aws.html)
- [Multinode install on AWS ECS](https://docs.vespa.ai/en/vespa-quick-start-multinode-aws-ecs.html)
@@ -43,7 +43,7 @@ To get started using Vespa pick one of the quick start documents:
- The application created in the quickstart is fully functional and production ready, but you may want to [add more nodes](https://docs.vespa.ai/en/multinode-systems.html) for redundancy.
- Try the [Blog search and recommendation tutorial](https://docs.vespa.ai/en/tutorials/blog-search.html) to learn more about using Vespa
-- See [developing applications](https://docs.vespa.ai/en/jdisc/developing-applications.html) on adding your own Java components to your Vespa application.
+- See [developing applications](https://docs.vespa.ai/en/developer-guide.html) on adding your own Java components to your Vespa application.
- [Vespa APIs](https://docs.vespa.ai/en/api.html) is useful to understand how to interface with Vespa
- Explore the [sample applications](https://github.com/vespa-engine/sample-apps/tree/master)