diff options
| author | Daniel Smith <dbsmith@google.com> | 2015-07-09 18:02:10 -0700 |
|---|---|---|
| committer | Daniel Smith <dbsmith@google.com> | 2015-07-10 10:54:47 -0700 |
| commit | 581e4f7b0f6d64d15046061ccdd5addba6dc96c3 (patch) | |
| tree | 71cd8890a0f7b1f9150c5380071deb89c32695d0 /developer-guides | |
| parent | ce319d424c06c915af4e7e0ce463ec8adbe086de (diff) | |
Auto-fixed docs
Diffstat (limited to 'developer-guides')
| -rw-r--r-- | developer-guides/vagrant.md | 4 |
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 |
