Skip to content

Commit fc509b3

Browse files
docs: update link (#4274)
1 parent b2901be commit fc509b3

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)