From 37feec41d9fe625a8c19a76d8f1d29063b0875b6 Mon Sep 17 00:00:00 2001 From: Kerim Satirli Date: Mon, 6 Mar 2017 09:44:07 +0100 Subject: [PATCH] fixes broken link to EBS surrogate page --- website/source/docs/builders/amazon.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon.html.md b/website/source/docs/builders/amazon.html.md index 50c39b901..82aab89af 100644 --- a/website/source/docs/builders/amazon.html.md +++ b/website/source/docs/builders/amazon.html.md @@ -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**.