Skip to content

Commit ab901f4

Browse files
committed
update url
1 parent 41a8a1a commit ab901f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/rules/no_multiline_comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Warning: Multiline comments are not allowed. Replace the comment with single-lin
3636
3: Bad
3737
4: */
3838
39-
Reference: https://github.com/AleksaC/tflint-ruleset-misc
39+
Reference: https://github.com/AleksaC/tflint-ruleset-misc/blob/main/docs/rules/no_multiline_comments.md
4040
```
4141

4242
### single_line_only = false
@@ -56,7 +56,7 @@ Warning: Using multiline comment syntax for single-line comments is not allowed.
5656
on t.tf line 4:
5757
4: /* Bad */
5858
59-
Reference: https://github.com/AleksaC/tflint-ruleset-misc
59+
Reference: https://github.com/AleksaC/tflint-ruleset-misc/blob/main/docs/rules/no_multiline_comments.md
6060
```
6161

6262
## Why

rules/no_multiline_comments.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (r *NoMultilineCommentsRule) Severity() tflint.Severity {
4040

4141
// Link returns the rule reference link
4242
func (r *NoMultilineCommentsRule) Link() string {
43-
return "https://github.com/AleksaC/tflint-ruleset-misc"
43+
return "https://github.com/AleksaC/tflint-ruleset-misc/blob/main/docs/rules/no_multiline_comments.md"
4444
}
4545

4646
// Check checks whether multiline comments are used

0 commit comments

Comments
 (0)