Fixed provisioner broken link

Fixes https://github.com/mitchellh/vagrant/issues/7023
This commit is contained in:
Budhram Gurung 2016-02-12 17:52:44 +05:30
parent b99ed21506
commit fba4ddd9f6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ The provisioner class should subclass and implement
Vagrant return the proper parent class for provisioners. Vagrant return the proper parent class for provisioners.
This class and the methods that need to be implemented are 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 The documentation on the class in the comments should be enough
to understand what needs to be done. to understand what needs to be done.