docs: update link (#4274)

This commit is contained in:
Justin Fuller 2023-12-20 10:12:35 -05:00 committed by GitHub
parent b2901be299
commit fc509b37dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ type github struct {
const defaultGithubSeverity = "error"
// NewGithub output format outputs issues according to GitHub actions format:
// https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message
// https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-error-message
func NewGithub(w io.Writer) Printer {
return &github{w: w}
}