summaryrefslogtreecommitdiff
path: root/developer-guides
diff options
context:
space:
mode:
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 d8d7a1ec..a561b446 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](/docs/getting-started-guides/binary_release.md)
+3. Get or build a [binary release](../../../docs/getting-started-guides/binary_release.md)
### Setup
@@ -244,7 +244,7 @@ my-nginx nginx run=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