DOC: keys/README.md -- fix urls to docs.

This commit is contained in:
Yaroslav Halchenko 2013-01-03 11:32:39 -05:00
parent cf2c5a10c1
commit 3a6ce6e196
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)
in the documentation for more details on using Putty with Vagrant.
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.