From eb9ec2cc7d36061125698defed74e59ade2a8100 Mon Sep 17 00:00:00 2001 From: Rick van de Loo Date: Mon, 21 Mar 2016 12:04:56 +0100 Subject: [PATCH] fix dead link in plugins/providers documentation --- website/source/docs/plugins/providers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/plugins/providers.html.md b/website/source/docs/plugins/providers.html.md index 9ff0a65bd..915dfc3ac 100644 --- a/website/source/docs/plugins/providers.html.md +++ b/website/source/docs/plugins/providers.html.md @@ -62,7 +62,7 @@ The provider class should subclass and implement return the proper parent class. This class and the methods that need to be implemented are -[very well documented](https://github.com/mitchellh/vagrant/blob/master/lib/vagrant/plugin/docs/provider.rb). The documentation done on the class in the comments should be +[very well documented](https://github.com/mitchellh/vagrant/blob/master/lib/vagrant/plugin/v2/provider.rb). The documentation done on the class in the comments should be enough to understand what needs to be done. Viewing the [AWS provider class](https://github.com/mitchellh/vagrant-aws/blob/master/lib/vagrant-aws/provider.rb) as well as the