Merge pull request #4801 from hashicorp/website-1-0
Update website to point to hashicorp/packer, v1
This commit is contained in:
commit
127df1e320
|
@ -2,8 +2,8 @@ set :base_url, "https://www.packer.io/"
|
|||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "packer"
|
||||
h.version = "0.12.3"
|
||||
h.github_slug = "mitchellh/packer"
|
||||
h.version = "1.0.0"
|
||||
h.github_slug = "hashicorp/packer"
|
||||
h.website_root = "website"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue