Merge pull request #4625 from ksatirli/patch-4

fixes broken link to EBS surrogate page
This commit is contained in:
Matthew Hooker 2017-03-06 01:07:31 -08:00 committed by GitHub
commit d7432c1dcf
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Packer supports the following builders at the moment:
newcomers**. However, it is also the fastest way to build an EBS-backed AMI
since no new EC2 instance needs to be launched.
- [amazon-ebssurrogate](/docs/builders/amazone-ebssurrogate.html) - Create EBS
- [amazon-ebssurrogate](/docs/builders/amazon-ebssurrogate.html) - Create EBS
-backed AMIs from scratch. Works similarly to the `chroot` builder but does
not require running in AWS. This is an **advanced builder and should not be
used by newcomers**.