Skip to content

Commit db55041

Browse files
JustinDFullerpull[bot]
authored andcommitted
docs: update link (#4274)
1 parent 8237c80 commit db55041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/printers/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type github struct {
1515
const defaultGithubSeverity = "error"
1616

1717
// NewGithub output format outputs issues according to GitHub actions format:
18-
// https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
18+
// https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-error-message
1919
func NewGithub(w io.Writer) Printer {
2020
return &github{w: w}
2121
}

0 commit comments

Comments
 (0)