Skip to content

Commit ce84bed

Browse files
authored
Correct the no code found URL (#1779)
1 parent d0dd7d7 commit ce84bed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/error-matcher.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/error-matcher.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/error-matcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const namedMatchersForTesting: { [key: string]: ErrorMatcher } = {
1616
outputRegex: new RegExp("No JavaScript or TypeScript code found\\."),
1717
message:
1818
"No code found during the build. Please see:\n" +
19-
"https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning#no-code-found-during-the-build",
19+
"https://gh.io/troubleshooting-code-scanning/no-source-code-seen-during-build",
2020
},
2121
fatalError: {
2222
outputRegex: new RegExp("A fatal error occurred"),

0 commit comments

Comments
 (0)