aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2017-08-14 15:03:15 +0200
committerGitHub <noreply@github.com>2017-08-14 15:03:15 +0200
commit0481e04d8ea1ef8a2fdfb1e713544c6afea31824 (patch)
treec8ae22572e1058add4430c59704f061eb093a221 /docker
parent079aa085416f76b4d19fbaaaad1c05e2ea508ba9 (diff)
correct link
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index a56af6a7185..f6e0cf4d788 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -33,7 +33,7 @@ Vespa will be started inside the container.
## Building Vespa inside a Docker container
Execute ```./enter-build-container.sh``` to enter the Vespa build environment inside a Docker container.
-The container is entered at the root of the Vespa source repository. Follow the build sections in [README.md](https://github.com/yahoo/vespa/blob/master/README.md) to build and test.
+The container is entered at the root of the Vespa source repository. Follow the build sections in [README.md](https://github.com/vespa-engine/vespa/blob/master/README.md) to build and test.
## Troubleshooting