diff --git a/website/www/source/blog/2014-02-27-vagrant-1-5-plugin-improvements.html.markdown b/website/www/source/blog/2014-02-27-vagrant-1-5-plugin-improvements.html.markdown index cef680b3a..9bbe978e9 100644 --- a/website/www/source/blog/2014-02-27-vagrant-1-5-plugin-improvements.html.markdown +++ b/website/www/source/blog/2014-02-27-vagrant-1-5-plugin-improvements.html.markdown @@ -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 functionality. Plugins can query whether the provider supports a certain 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 providers for an accessible IP address to the machine.