Merge pull request #7024 from budhrg/master

Fixed provisioner broken link
This commit is contained in:
Seth Vargo 2016-02-12 11:28:50 -05:00
commit 43e90666e1
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.