From fba4ddd9f61d44d96867724713683636ee2de4b3 Mon Sep 17 00:00:00 2001 From: Budhram Gurung Date: Fri, 12 Feb 2016 17:52:44 +0530 Subject: [PATCH] Fixed provisioner broken link Fixes https://github.com/mitchellh/vagrant/issues/7023 --- website/source/docs/plugins/provisioners.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/plugins/provisioners.html.md b/website/source/docs/plugins/provisioners.html.md index 6fbc730b8..e257d5670 100644 --- a/website/source/docs/plugins/provisioners.html.md +++ b/website/source/docs/plugins/provisioners.html.md @@ -50,7 +50,7 @@ The provisioner class should subclass and implement Vagrant return the proper parent class for provisioners. 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/provisioner.rb). +[very well documented](https://github.com/mitchellh/vagrant/blob/master/lib/vagrant/plugin/v2/provisioner.rb). The documentation on the class in the comments should be enough to understand what needs to be done.