summaryrefslogtreecommitdiff
path: root/developer-guides
diff options
context:
space:
mode:
authorAlex Robinson <arob@google.com>2015-06-04 21:32:29 +0000
committerAlex Robinson <arob@google.com>2015-06-04 21:35:38 +0000
commit1351801078e0cfac27bfdbfacc431a43de88b94f (patch)
tree941cc36c7740d4d190b912cb2e21cfa433422e66 /developer-guides
parenta5e20a975cbae982e5f8fd3960fd9b0680b9e5d3 (diff)
Fix broken links in the vagrant developer guide.
Diffstat (limited to 'developer-guides')
-rw-r--r--developer-guides/vagrant.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/developer-guides/vagrant.md b/developer-guides/vagrant.md
index e51b7187..332ac3d5 100644
--- a/developer-guides/vagrant.md
+++ b/developer-guides/vagrant.md
@@ -9,7 +9,7 @@ Running kubernetes with Vagrant (and VirtualBox) is an easy way to run/test/deve
2. [VMWare Fusion](https://www.vmware.com/products/fusion/) version 5 or greater as well as the appropriate [Vagrant VMWare Fusion provider](https://www.vagrantup.com/vmware)
3. [VMWare Workstation](https://www.vmware.com/products/workstation/) version 9 or greater as well as the [Vagrant VMWare Workstation provider](https://www.vagrantup.com/vmware)
4. [Parallels Desktop](https://www.parallels.com/products/desktop/) version 9 or greater as well as the [Vagrant Parallels provider](https://parallels.github.io/vagrant-parallels/)
-3. Get or build a [binary release](../../getting-started-guides/binary_release.md)
+3. Get or build a [binary release](/docs/getting-started-guides/binary_release.md)
### Setup
@@ -242,7 +242,7 @@ myNginx nginx name=my-nginx 3
```
We did not start any services, hence there are none listed. But we see three replicas displayed properly.
-Check the [guestbook](../../examples/guestbook/README.md) application to learn how to create a service.
+Check the [guestbook](/examples/guestbook/README.md) application to learn how to create a service.
You can already play with scaling the replicas with:
```sh