From 9c2a0d617e5c35e40b019a0f6237708437965eb3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 27 Feb 2014 18:03:19 -0600 Subject: [PATCH] website/www: fix share URL --- .../2014-02-27-vagrant-1-5-plugin-improvements.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.