website/www: fix share URL

This commit is contained in:
Mitchell Hashimoto 2014-02-27 18:03:19 -06:00
parent b68674ccf6
commit 9c2a0d617e
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ new functionality that plugin developers can take advantage of in Vagrant 1.5.
**Provider capabilities** allow providers to opt-in to provider-specific **Provider capabilities** allow providers to opt-in to provider-specific
functionality. Plugins can query whether the provider supports a certain functionality. Plugins can query whether the provider supports a certain
functionality and behave accordingly. As an example use case, the recently functionality and behave accordingly. As an example use case, the recently
announced [Vagrant Share](#) announced [Vagrant Share](/blog/feature-preview-vagrant-1-5-share.html)
functionality uses a provider-capability `read_ip_address` to ask functionality uses a provider-capability `read_ip_address` to ask
providers for an accessible IP address to the machine. providers for an accessible IP address to the machine.