Skip to content

Commit

Permalink
Merge pull request #380 from cloudskiff/fix/alertSecurityGroups
Browse files Browse the repository at this point in the history
Fix broken link in unmanaged security groups
  • Loading branch information
eliecharra authored Mar 29, 2021
2 parents f34d544 + dc0d5d9 commit 9c5f697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyser/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func newUnmanagedSecurityGroupRulesAlert() *UnmanagedSecurityGroupRulesAlert {
}

func (u *UnmanagedSecurityGroupRulesAlert) Message() string {
return "You have unmanaged security group rules that could be false positives, find out more at https://github.com/cloudskiff/driftctl/blob/main/doc/LIMITATIONS.md#terraform-resources"
return "You have unmanaged security group rules that could be false positives, find out more at https://docs.driftctl.com/0.7.0/limitations#terraform-resources"
}

func (u *UnmanagedSecurityGroupRulesAlert) ShouldIgnoreResource() bool {
Expand Down

0 comments on commit 9c5f697

Please sign in to comment.