Skip to content

Commit

Permalink
Fixes DeadLetter alarm description URL anchor (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily DuBois authored Apr 16, 2018
1 parent 1e2b42c commit c950b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ module.exports = function(options) {
Type: 'AWS::CloudWatch::Alarm',
Description: 'Provides notification when messages are visible in the dead letter queue',
Properties: {
AlarmDescription: `https://github.com/mapbox/ecs-watchbot/blob/${options.watchbotVersion}/docs/alarms.md#DeadLetter`,
AlarmDescription: `https://github.com/mapbox/ecs-watchbot/blob/${options.watchbotVersion}/docs/alarms.md#deadletter`,
MetricName: 'ApproximateNumberOfMessagesVisible',
Namespace: 'AWS/SQS',
Statistic: 'Minimum',
Expand Down

0 comments on commit c950b97

Please sign in to comment.