From 8bab7d06f90838ef032a222751c00bfd1ae7fb12 Mon Sep 17 00:00:00 2001 From: Jon Gilmore <7232986+JonGilmore@users.noreply.github.com> Date: Wed, 17 Feb 2021 14:24:42 -0600 Subject: [PATCH] fix: broken link to renamed BlockDeviceConfig.groovy (#8924) Co-authored-by: jon Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- app/scripts/modules/amazon/src/help/amazon.help.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scripts/modules/amazon/src/help/amazon.help.ts b/app/scripts/modules/amazon/src/help/amazon.help.ts index 609716cecf4..fc10358b11f 100644 --- a/app/scripts/modules/amazon/src/help/amazon.help.ts +++ b/app/scripts/modules/amazon/src/help/amazon.help.ts @@ -99,12 +99,12 @@ const helpContents: { [key: string]: string } = { 'aws.blockDeviceMappings.useSource': `

Spinnaker will use the block device mappings of the existing server group when deploying a new server group.

In the event that there is no existing server group, the - defaults + defaults for the selected instance type will be used.

`, 'aws.blockDeviceMappings.useAMI': '

Spinnaker will use the block device mappings from the selected AMI when deploying a new server group.

', 'aws.blockDeviceMappings.useDefaults': - '

Spinnaker will use the default block device mappings for the selected instance type when deploying a new server group.

', + '

Spinnaker will use the default block device mappings for the selected instance type when deploying a new server group.

', 'aws.targetGroup.protocol': 'The protocol to use for routing traffic to the targets. Cannot be edited after being saved; if you want to use a different protocol, create a new target group, save the load balancer, move your targets, and then delete this target group.', 'aws.targetGroup.targetType':