From 3a6ce6e196b4668ff0cfd87801f54d08115e9b43 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 3 Jan 2013 11:32:39 -0500 Subject: [PATCH] DOC: keys/README.md -- fix urls to docs. --- keys/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keys/README.md b/keys/README.md index 91bb5268e..47c0ccf90 100644 --- a/keys/README.md +++ b/keys/README.md @@ -1,7 +1,7 @@ # Insecure Keypair These keys are the "insecure" public/private keypair we offer to -[base box creators](http://vagrantup.com/docs/base_boxes.html) for use in their base boxes so that +[base box creators](http://docs.vagrantup.com/v1/docs/base_boxes.html) for use in their base boxes so that vagrant installations can automatically SSH into the boxes. If you're working with a team or company or with a custom box and @@ -13,5 +13,5 @@ and configure the private key in the Vagrantfile with If you are using Vagrant on windows, the .ppk file contained here, in the keys directory, has been generated from the private key and should be used to connect Putty to any VMs that -are leveraging the default key pair. See [guide](http://vagrantup.com/docs/getting-started/windows.html) -in the documentation for more details on using Putty with Vagrant. \ No newline at end of file +are leveraging the default key pair. See [guide](http://docs.vagrantup.com/v1/docs/getting-started/ssh.html) +in the documentation for more details on using Putty with Vagrant.