mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Vagrant documentation (2.0.1)
This commit is contained in:
parent
acd06aaa68
commit
f432e2149d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Vagrant < UrlScraper
|
||||
self.name = 'Vagrant'
|
||||
self.type = 'vagrant'
|
||||
self.release = '2.0.0'
|
||||
self.release = '2.0.1'
|
||||
self.base_url = 'https://www.vagrantup.com/docs/'
|
||||
self.root_path = 'index.html'
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue