Merge pull request #1293 from yarikoptic/master

DOC: keys/README.md -- fix urls to docs.
This commit is contained in:
Mitchell Hashimoto 2013-01-03 17:04:05 -08:00
commit f44be14f67
1 changed files with 3 additions and 3 deletions

View File

@ -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)
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.